HttpBrowserCapabilitiesBase::TagWriter Property

 

When overridden in a derived class, used internally to get the type of the object that is used to write tags for the browser.

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

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

Property Value

Type: System::Type^

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

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: