HtmlString

Wraps a string that appears inside a tag's contents.

class HtmlString : HtmlFragment {
string text;
}

Meta