DisplayExtensions Methods
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Display(HtmlHelper, String) | Returns HTML markup for each property in the object that is represented by a string expression. |
![]() ![]() | Display(HtmlHelper, String, Object) | Returns HTML markup for each property in the object that is represented by a string expression, using additional view data. |
![]() ![]() | Display(HtmlHelper, String, String) | Returns HTML markup for each property in the object that is represented by the expression, using the specified template. |
![]() ![]() | Display(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. |
![]() ![]() | Display(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. |
![]() ![]() | Display(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. |
![]() ![]() | DisplayFor(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. |
![]() ![]() | DisplayFor(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. |
![]() ![]() | DisplayFor(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. |
![]() ![]() | DisplayFor(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. |
![]() ![]() | DisplayFor(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. |
![]() ![]() | DisplayFor(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. |
![]() ![]() | DisplayForModel(HtmlHelper) | Returns HTML markup for each property in the model. |
![]() ![]() | DisplayForModel(HtmlHelper, Object) | Returns HTML markup for each property in the model, using additional view data. |
![]() ![]() | DisplayForModel(HtmlHelper, String) | Returns HTML markup for each property in the model using the specified template. |
![]() ![]() | DisplayForModel(HtmlHelper, String, Object) | Returns HTML markup for each property in the model, using the specified template and additional view data. |
![]() ![]() | DisplayForModel(HtmlHelper, String, String) | Returns HTML markup for each property in the model using the specified template and HTML field ID. |
![]() ![]() | DisplayForModel(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. |

