HtmlWriter.WriteEmptyElementTag method (String)
The WriteEmptyElementTag method writes an empty element tag to the output.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteEmptyElementTag ( _
name As String _
)
'Usage
Dim instance As HtmlWriter
Dim name As String
instance.WriteEmptyElementTag(name)
public void WriteEmptyElementTag(
string name
)
Parameters
name
Type: System.StringThe empty element tag to write.