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 _
)
public void WriteEndTag (
string name
)
public:
void WriteEndTag (
String^ name
)
public void WriteEndTag (
String name
)
public function WriteEndTag (
name : String
)
Parameters
- name
The end tag to write.
Remarks
The end tag is immediately closed. You can not write any attributes to an end tag.
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
See Also