点击或拖拽改变大小

HtmlGenerationStyle 枚举

Controls the way styles are generated when html is generated.

命名空间:  DSkin.Html.Core.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public enum HtmlGenerationStyle
成员
  成员名称说明
None0 styles are not generated at all(不包含样式)
Inline1 style are inserted in style attribute for each html tag (包含样式)
InHeader2 style section is generated in the head of the html (style 部分生成 html 的头部)
参见