HttpCapabilitiesBase::TagWriter Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Used internally to get the type of the object that is used to write tags for the browser.

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

public:
property Type^ TagWriter {
	Type^ get();
}

Property Value

Type: System::Type^

The Type of the object that is used to write tags for the browser.

Exception Condition
HttpUnhandledException

There is a parse error.

.NET Framework
Available since 2.0
Return to top
Show: