HttpCapabilitiesBase.TagWriter Property
.NET Framework 3.0
This property supports the .NET Framework 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.ConfigurationAssembly: System.Web (in system.web.dll)
'Declaration Public ReadOnly Property TagWriter As Type 'Usage Dim instance As HttpCapabilitiesBase Dim value As Type value = instance.TagWriter
/** @property */ public Type get_TagWriter ()
public function get TagWriter () : Type
Not applicable.
Property Value
The Type of the object that is used to write tags for the browser.Community Additions
ADD
Show: