DisplayExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDisplay(HtmlHelper, String)

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

System_CAPS_pubmethodSystem_CAPS_staticDisplay(HtmlHelper, String, Object)

Returns HTML markup for each property in the object that is represented by a string expression, using additional view data.

System_CAPS_pubmethodSystem_CAPS_staticDisplay(HtmlHelper, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticDisplay(HtmlHelper, String, String, Object)

Returns HTML markup for each property in the object that is represented by the expression, using the specified template and additional view data.

System_CAPS_pubmethodSystem_CAPS_staticDisplay(HtmlHelper, String, String, String)

Returns HTML markup for each property in the object that is represented by the expression, using the specified template and an HTML field ID.

System_CAPS_pubmethodSystem_CAPS_staticDisplay(HtmlHelper, String, String, String, Object)

Returns HTML markup for each property in the object that is represented by the expression, using the specified template, HTML field ID, and additional view data.

System_CAPS_pubmethodSystem_CAPS_staticDisplayFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TValue)))

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

System_CAPS_pubmethodSystem_CAPS_staticDisplayFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TValue)), Object)

Returns a string that contains each property value in the object that is represented by the specified expression, using additional view data.

System_CAPS_pubmethodSystem_CAPS_staticDisplayFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TValue)), String)

Returns a string that contains each property value in the object that is represented by the Expression, using the specified template.

System_CAPS_pubmethodSystem_CAPS_staticDisplayFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TValue)), String, Object)

Returns a string that contains each property value in the object that is represented by the specified expression, using the specified template and additional view data.

System_CAPS_pubmethodSystem_CAPS_staticDisplayFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TValue)), String, String)

Returns HTML markup for each property in the object that is represented by the Expression, using the specified template and an HTML field ID.

System_CAPS_pubmethodSystem_CAPS_staticDisplayFor(Of TModel, TValue)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TValue)), String, String, Object)

Returns HTML markup for each property in the object that is represented by the specified expression, using the template, an HTML field ID, and additional view data.

System_CAPS_pubmethodSystem_CAPS_staticDisplayForModel(HtmlHelper)

Returns HTML markup for each property in the model.

System_CAPS_pubmethodSystem_CAPS_staticDisplayForModel(HtmlHelper, Object)

Returns HTML markup for each property in the model, using additional view data.

System_CAPS_pubmethodSystem_CAPS_staticDisplayForModel(HtmlHelper, String)

Returns HTML markup for each property in the model using the specified template.

System_CAPS_pubmethodSystem_CAPS_staticDisplayForModel(HtmlHelper, String, Object)

Returns HTML markup for each property in the model, using the specified template and additional view data.

System_CAPS_pubmethodSystem_CAPS_staticDisplayForModel(HtmlHelper, String, String)

Returns HTML markup for each property in the model using the specified template and HTML field ID.

System_CAPS_pubmethodSystem_CAPS_staticDisplayForModel(HtmlHelper, String, String, Object)

Returns HTML markup for each property in the model, using the specified template, an HTML field ID, and additional view data.

Return to top
Show: