Info
Version: | 1.0.0 |
Author(s): | Manoj Kulkarni |
Last Update: | Monday, June 22, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/manojkulkarni30/Custom-Mvc-Helpers |
NuGet Url: | https://www.nuget.org/packages/CustomMvcHelpers |
Install
Install-Package CustomMvcHelpers
dotnet add package CustomMvcHelpers
paket add CustomMvcHelpers
CustomMvcHelpers Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.Mvc(5.2.2)
Tags
1.
LabelRequiredFor : This helper display an asterisk sign for the label if that property is marked as required using Data annotations attribute.