HTML only. Specifies how to save stylesheet data with a HTML document.
public CssSaveMode CssSaveMode { get; set; }
Public Property CssSaveMode() As CssSaveMode
Member | Description |
---|---|
None | All format information is saved in the body of the HTML document through HTML tags. |
Inline | Stylesheets are saved in the head of the HTML document. |
Create |
Stylesheets are saved in a newly created CSS file. This file has the same name and location as the corresponding HTML file or is specified through the Save |
Overwrite |
Stylesheets are saved in a newly created CSS file. This file has the same name and location as the corresponding HTML file or is specified through the Save |