HtmlReader.ReadTagName method
The ReadTagName() method reads an HTML tag name as a string.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadTagName As String
'Usage
Dim instance As HtmlReader
Dim returnValue As String
returnValue = instance.ReadTagName()
public string ReadTagName()
Return value
Type: System.String
The ReadTagName() method returns a string containing the HTML tag name.