ViewPage.Html Property

Definition

Gets or sets the HtmlHelper object that is used to render HTML elements.

public System.Web.Mvc.HtmlHelper<object> Html { get; set; }

Property Value

The HTML helper object that is associated with the view.

Applies to