I'm using MVC5 Razor to create my forms,
now I have a question for the validations of the fields
of this form;
Example:
@Html.LabelFor(m => m.Nome, "Nome:")
@Html.DropDownListFor(m => m.Nome, "Nenhum" , new { @class = "form-d...
asked by
26.10.2017 / 14:36