Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.