ViewPage.Render Method

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)

abstract Render : 
        writer:HtmlTextWriter -> unit  
override Render : 
        writer:HtmlTextWriter -> unit

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.

Show: