HtmlGenerationStyle 枚举 |
命名空间: DSkin.Html.Core.Entities
public enum HtmlGenerationStyle
| 成员名称 | 值 | 说明 | |
|---|---|---|---|
| None | 0 | styles are not generated at all(不包含样式) | |
| Inline | 1 | style are inserted in style attribute for each html tag (包含样式) | |
| InHeader | 2 | style section is generated in the head of the html (style 部分生成 html 的头部) |