Share via


HtmlTagContext.WriteTag method

The WriteTag method overloads write the tag that caused the callback to the output Stream or TextWriter.

Overload list

  Name Description
Public method WriteTag() The WriteTag method writes the tag that caused the callback to the output.
Public method WriteTag(Boolean) The WriteTag method writes the tag that caused the callback to the output and optionally controls whether the attributes originally present are written.

Top

Remarks

The WriteTag method overloads leave the written tag open so that you can write attributes either with a HtmlWriter object or by using the methods on the HtmlTagContextAttribute structure.

See also

Reference

HtmlTagContext class

HtmlTagContext members

Microsoft.Exchange.Data.TextConverters namespace