LiteralControl.Render Method (HtmlTextWriter)

 

Writes the content of the LiteralControl object to the ASP.NET page.

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

override Render : 
        output:HtmlTextWriter -> unit

Parameters

output
Type: System.Web.UI.HtmlTextWriter

An HtmlTextWriter that renders the content of the LiteralControl to the requesting client.

When you create a custom server control and want to render specific HTML or text to a client, you can improve the performance of the control by passing the value of the Text property to the Control.Render method rather than calling the Render method.

.NET Framework
Available since 1.1
Return to top
Show: