Share via


Silverlight.Render Method

Sends server control content to the specified HtmlTextWriter object, which writes the content to be rendered to the client.

Namespace:  System.Web.UI.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
Protected Overrides Sub Render ( _
    writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter

Me.Render(writer)
protected override void Render(
    HtmlTextWriter writer
)

Parameters

  • writer
    Type: HtmlTextWriter
    The HtmlTextWriter object that receives the server control content.

Exceptions

Exception Condition
ArgumentNullException

The specified writer is not a valid HtmlTextWriter

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Silverlight Class

Silverlight Members

System.Web.UI.SilverlightControls Namespace