HtmlWriter.WriteStartTag Method (HtmlTagId)
The WriteStartTag method writes the start tag identified by id to the output.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub WriteStartTag ( _
id As HtmlTagId _
)
public void WriteStartTag (
HtmlTagId id
)
public:
void WriteStartTag (
HtmlTagId id
)
public void WriteStartTag (
HtmlTagId id
)
public function WriteStartTag (
id : HtmlTagId
)
Parameters
- id
A HtmlTagId enumeration value that identifies the start tag to write.
Remarks
The start tag written by WriteStartTag remains open until text or the next tag is written. You can therefore write attributes to them until you write either text or the next 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