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
Public methodStatic member Display(HtmlHelper, String) Returns HTML markup for each property in the object that is represented by a string expression.
Public methodStatic member Display(HtmlHelper, String, Object) Returns HTML markup for each property in the object that is represented by a string expression, using additional view data.
Public methodStatic member Display(HtmlHelper, String, String) Returns HTML markup for each property in the object that is represented by the expression, using the specified template.
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member 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

See Also

Reference

DisplayExtensions Class

System.Web.Mvc.Html Namespace