HttpBrowserCapabilitiesBase.CreateHtmlTextWriter Method (TextWriter)
.NET Framework (current version)
When overridden in a derived class, creates a new instance of the HtmlTextWriter object to use to render markup to the browser.
Assembly: System.Web (in System.Web.dll)
abstract CreateHtmlTextWriter : w:TextWriter -> HtmlTextWriter override CreateHtmlTextWriter : w:TextWriter -> HtmlTextWriter
Parameters
- w
-
Type:
System.IO.TextWriter
The object to be created.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: