Page.CreateHtmlTextWriterFromType Method
.NET Framework 2.0
Creates a specified HtmlTextWriter object to render the page's content.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: static HtmlTextWriter^ CreateHtmlTextWriterFromType ( TextWriter^ tw, Type^ writerType )
public static HtmlTextWriter CreateHtmlTextWriterFromType ( TextWriter tw, Type writerType )
public static function CreateHtmlTextWriterFromType ( tw : TextWriter, writerType : Type ) : HtmlTextWriter
Not applicable.
Parameters
- tw
The TextWriter used to create the HtmlTextWriter.
- writerType
The type of text writer to create.
Return Value
An HtmlTextWriter that renders the content of the page.Community Additions
ADD
Show: