Page::CreateHtmlTextWriterFromType Method (TextWriter^, Type^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates a specified HtmlTextWriter object to render the page's content.
Assembly: System.Web (in System.Web.dll)
public: static HtmlTextWriter^ CreateHtmlTextWriterFromType( TextWriter^ tw, Type^ writerType )
Parameters
- tw
-
Type:
System.IO::TextWriter^
The TextWriter used to create the HtmlTextWriter.
- writerType
-
Type:
System::Type^
The type of text writer to create.
Return Value
Type: System.Web.UI::HtmlTextWriter^An HtmlTextWriter that renders the content of the page.
| Exception | Condition |
|---|---|
| HttpException | The writerType parameter is set to an invalid type. |
This method is used internally in page adapters.
.NET Framework
Available since 2.0
Available since 2.0
Show: