data annotations - Access keys in ASP.NET MVC -
i'm intending extend display dataannotation attribute hold value accesskey input field can use in own labelfor<> , textboxfor<> htmlhelper extensions, this:
[display(name = "user name", accesskey = "u")] before do, can tell me if there existing mechanism achieve declarative access key functionality?
if there isn't, can tell me how extend display dataannotation attribute. :-)
maybe approach you: asp.net mvc extending dataannotions
Comments
Post a Comment