DisplayExtensions.Display Method
Include Protected Members
Include Inherited Members
Returns HTML markup for each property in the object that is represented by the expression.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
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. |
Top