HtmlWriter.WriteEndTag method (String)
The WriteEndTag method writes an end tag to the output.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteEndTag ( _
name As String _
)
'Usage
Dim instance As HtmlWriter
Dim name As String
instance.WriteEndTag(name)
public void WriteEndTag(
string name
)
Parameters
name
Type: System.StringThe end tag to write.
Remarks
The end tag is immediately closed. You can not write any attributes to an end tag.