DisplayTextExtensions Methods

 

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static DisplayText(HtmlHelper, String)

Returns HTML markup for each property in the object that is represented by the specified expression.

System_CAPS_pubmethodSystem_CAPS_static DisplayTextFor<TModel, TResult>(HtmlHelper<TModel>, Expression<Func<TModel, TResult>>)

Returns HTML markup for each property in the object that is represented by the specified expression.

See Also

DisplayTextExtensions Class
System.Web.Mvc.Html Namespace

Return to top