NameExtensions Methods

 

Namespace:   System.Web.Mvc.Html
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticId(HtmlHelper, String)

Gets the ID of the HtmlHelper string.

System_CAPS_pubmethodSystem_CAPS_staticIdFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>)

Gets the ID of the HtmlHelper<TModel> string

System_CAPS_pubmethodSystem_CAPS_staticIdForModel(HtmlHelper)

Gets the ID of the HtmlHelper string.

System_CAPS_pubmethodSystem_CAPS_staticName(HtmlHelper, String)

Gets the full HTML field name for the object that is represented by the expression.

System_CAPS_pubmethodSystem_CAPS_staticNameFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>)

Gets the full HTML field name for the object that is represented by the expression.

System_CAPS_pubmethodSystem_CAPS_staticNameForModel(HtmlHelper)

Gets the full HTML field name for the object that is represented by the expression.

Return to top
Show: