HttpCapabilitiesBase.HtmlTextWriter Property
.NET Framework 2.0
Gets or sets the fully qualified class name of the HtmlTextWriter to use.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_HtmlTextWriter () /** @property */ public void set_HtmlTextWriter (String value)
public function get HtmlTextWriter () : String public function set HtmlTextWriter (value : String)
Not applicable.
Property Value
The fully qualified class name of the HtmlTextWriter to use.Community Additions
ADD
Show: