HtmlTagCase

HtmlSaveOptions.HtmlTagCase property

Controls how the HTML tag names will be present in HTML markup: All lower case (default value), All upper case, or First letter upper case

public TagRenderingCase HtmlTagCase { get; set; }

See Also