HttpCapabilitiesBase.HtmlTextWriter Property
.NET Framework 3.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)
'Declaration Public Property HtmlTextWriter As String 'Usage Dim instance As HttpCapabilitiesBase Dim value As String value = instance.HtmlTextWriter instance.HtmlTextWriter = value
/** @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: