ViewPage::Render Method

Visual Studio 2010

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)

protected:
virtual void Render(
	HtmlTextWriter^ writer
) override

Parameters

writer
Type: System.Web.UI::HtmlTextWriter
The object that receives the page content.

The Render method creates the text and markup that is sent to the browser.

Community Additions

ADD
Show: