LiteralControl.Render Method (HtmlTextWriter)
.NET Framework (current version)
Writes the content of the LiteralControl object to the ASP.NET page.
Assembly: System.Web (in System.Web.dll)
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
Available since 1.1
Show: