ViewUserControl.Html Property
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 HTML for the view.
public System.Web.Mvc.HtmlHelper<object> Html { get; }
member this.Html : System.Web.Mvc.HtmlHelper<obj>
Public ReadOnly Property Html As HtmlHelper(Of Object)
Property Value
The HTML for the view.