HtmlTagContext.TagName Property
The TagName property gets a string containing the name of the tag that caused the callback to the HtmlTagCallback delegate.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public ReadOnly Property TagName As String
public string TagName { get; }
public:
property String^ TagName {
String^ get ();
}
/** @property */
public String get_TagName ()
public function get TagName () : String
Remarks
For faster code, determine the tag name by comparing against the TagId property rather than the TagName property. Use the TagName property when you want to write the tag name to a stream, string, or other output.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003