WebViewPage::Html Property
Gets or sets the HtmlHelper object that is used to render HTML elements.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: virtual property HtmlHelper<Object^>^ Html { HtmlHelper<Object^>^ get () sealed; void set (HtmlHelper<Object^>^ value) sealed; }
Property Value
Type: System.Web.Mvc::HtmlHelper<Object>The HtmlHelper object that is used to render HTML elements.
Show: