This extension provides two new HTML helpers: Html.Button() to render an HTML button element with an _Icon Font_ inside and Html.LinkButton() to render an HTML link element with an _Icon Font_ inside that will be rendered like a button.
Info
Version: | 1.0.1 |
Author(s): | Leandro Martins Berti |
Last Update: | Friday, November 3, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/leandroberti/HtmlHelperExtensions |
NuGet Url: | https://www.nuget.org/packages/LMB.HtmlHelperExtensions |
Install
Install-Package LMB.HtmlHelperExtensions
dotnet add package LMB.HtmlHelperExtensions
paket add LMB.HtmlHelperExtensions
LMB.HtmlHelperExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.Mvc(>= 5.2.3)
Tags