NameExtensions Methods
Include Protected Members
Include Inherited Members
The NameExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Id | Gets the ID of the HtmlHelper string. |
![]() ![]() |
IdFor<TModel, TProperty> | Gets the ID of the HtmlHelper<TModel> string |
![]() ![]() |
IdForModel | Gets the ID of the HtmlHelper string. |
![]() ![]() |
Name | Gets the full HTML field name for the object that is represented by the expression. |
![]() ![]() |
NameFor<TModel, TProperty> | Gets the full HTML field name for the object that is represented by the expression. |
![]() ![]() |
NameForModel | Gets the full HTML field name for the object that is represented by the expression. |
Top