HttpBrowserCapabilitiesBase::HtmlTextWriter Property
.NET Framework (current version)
When overridden in a derived class, gets or sets the fully qualified class name of the HtmlTextWriter to use for writing markup characters and text.
Assembly: System.Web (in System.Web.dll)
public: property String^ HtmlTextWriter { virtual String^ get(); virtual void set(String^ value); }
Property Value
Type: System::String^The fully qualified class name of the HtmlTextWriter to use for writing markup characters and text.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: