HttpCapabilitiesBase.CreateHtmlTextWriter Method
.NET Framework 2.0
Creates a new instance of the HtmlTextWriter to be used.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public HtmlTextWriter CreateHtmlTextWriter ( TextWriter w )
public function CreateHtmlTextWriter ( w : TextWriter ) : HtmlTextWriter
Not applicable.
Parameters
- w
TextWriter to be created.
Return Value
A new instance of the HtmlTextWriter to be used.Community Additions
ADD
Show: