Share via


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 _
)
'Usage
Dim instance As HtmlWriter
Dim id As HtmlTagId

instance.WriteStartTag(id)
public void WriteStartTag(
    HtmlTagId id
)

Parameters

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.