Install
Install-Package DotMattWebUtils
dotnet add package DotMattWebUtils
paket add DotMattWebUtils
DotMattWebUtils Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Input Textbox example:
@Html.BootstrapTextBoxFor(m => m.Firm.ContactName, "Contact name").DivWrapper("col-md-3")
Select List (Dropdown) example:
@Html.BootstrapDropDownListFor(m => m.Firm.BaseCurrency, Model.DefaultCurrencySelectList, "Currency").DivWrapper("col-md-3")
Follow "Project Site" lin... nk in sidebar for more examples and documentation and see the GitHub repo. more