EmbedStylesheetsIntoMarkup

HtmlSaveOptions.EmbedStylesheetsIntoMarkup property

Controls where to store the CSS stylesheet(s): as external resources (false), or embed them into the HTML markup, inside the STYLE element in the HTML->HEAD section (true)

public bool EmbedStylesheetsIntoMarkup { get; set; }

See Also