HttpBrowserCapabilitiesWrapper::HtmlTextWriter Property

 

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() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

The fully qualified class name of the HtmlTextWriter to use for writing markup characters and text.

.NET Framework
Available since 3.5
Return to top
Show: