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 _
)
public void WriteTag (
bool copyInputAttributes
)
public:
void WriteTag (
bool copyInputAttributes
)
public void WriteTag (
boolean copyInputAttributes
)
public function WriteTag (
copyInputAttributes : boolean
)
Parameters
- copyInputAttributes
Set this parameter to true to write the attributes originally present. Otherwise, set this parameter to false to suppress them.
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