Enum HtmlGenerationStyle
Controls the way styles are generated when html is generated.
Namespace: TheArtOfDev.HtmlRenderer.Core.Entities
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public enum HtmlGenerationStyle
InHeader
style section is generated in the head of the html
Inline
style are inserted in style attribute for each html tag
None
styles are not generated at all