Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the HtmlTextWriter object that receives the page content to be rendered.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Overrides Sub Render ( _
writer As HtmlTextWriter _
)
protected override void Render(
HtmlTextWriter writer
)
protected:
virtual void Render(
HtmlTextWriter^ writer
) override
Parameters
- writer
Type: System.Web.UI.HtmlTextWriter
The object that receives the page content.
Remarks
The Render method creates the text and markup that is sent to the browser.