HttpBrowserCapabilitiesBase::HtmlTextWriter Property

 

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.

Namespace:   System.Web
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
Return to top
Show: