HttpCapabilitiesBase::HtmlTextWriter Property

 

Gets or sets the fully qualified class name of the HtmlTextWriter to use.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public:
property String^ HtmlTextWriter {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The fully qualified class name of the HtmlTextWriter to use.

.NET Framework
Available since 2.0
Return to top
Show: