What is Use of UIHint Attribute in MVC . Can anyone please provide me a simple example of how to use it and what it does.
UIHint Attribute in MVC
25.4k Views Asked by user1030181 At
2
What is Use of UIHint Attribute in MVC . Can anyone please provide me a simple example of how to use it and what it does.
When using a Display or Editor template, UIHint will tell it which template to use:
If you create a Display template called SomeTemplate.ascx (since you are MVC2) in the Views/Shared/DisplayTemplates or Views/{Controller}/DisplayTemplates then it will use that template when you do:
or
edit
If you want to specify this on a property level:
You could create a display/editor template called Birthday in the DisplayTemplates or EditorTemplates folder in either /Views/Shared or /Views/{Controller}. Then when you do:
or
It will use the template specified in UIHint