Compartir a través de


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.