Info
Version: | 0.9.5 |
Author(s): | Matt Slay |
Last Update: | Monday, February 2, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mattslay/DotMattWebUtils |
NuGet Url: | https://www.nuget.org/packages/DotMattWebUtils |
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" link in sidebar for more examples and documentation and see the GitHub repo.