DisplayNameExtensions.DisplayName(HtmlHelper, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the display name.
public static System.Web.Mvc.MvcHtmlString DisplayName (this System.Web.Mvc.HtmlHelper html, string expression);
static member DisplayName : System.Web.Mvc.HtmlHelper * string -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function DisplayName (html As HtmlHelper, expression As String) As MvcHtmlString
Parameters
- html
- HtmlHelper
The HTML helper instance that this method extends.
- expression
- String
An expression that identifies the object that contains the display name.
Returns
The display name.