Condividi tramite


HtmlTagContext.WriteTag method (Boolean)

The WriteTag method writes the tag that caused the callback to the output and optionally controls whether the attributes originally present are written.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub WriteTag ( _
    copyInputAttributes As Boolean _
)
'Usage
Dim instance As HtmlTagContext
Dim copyInputAttributes As Boolean

instance.WriteTag(copyInputAttributes)
public void WriteTag(
    bool copyInputAttributes
)

Parameters

  • copyInputAttributes
    Type: System.Boolean

    Set this parameter to true to write the attributes originally present. Otherwise, set this parameter to false to suppress them.

See also

Reference

HtmlTagContext class

HtmlTagContext members

WriteTag overload

Microsoft.Exchange.Data.TextConverters namespace