Is possible to change the view input class based on a model annotation. for instance:
[required]
[class("phone-class")]
public string Phone {get; set;}
and it would output
<input name="Phone" class="phone-class" />
Is possible to change the view input class based on a model annotation. for instance:
[required]
[class("phone-class")]
public string Phone {get; set;}
and it would output
<input name="Phone" class="phone-class" />