点击或拖拽改变大小

HtmlContainerIntGetHtml 方法

Get html from the current DOM tree with style if requested.

命名空间:  DSkin.Html.Core
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public string GetHtml(
	HtmlGenerationStyle styleGen = HtmlGenerationStyle.Inline
)

参数

styleGen (Optional)
类型:DSkin.Html.Core.EntitiesHtmlGenerationStyle
Optional: controls the way styles are generated when html is generated (default: Inline)

返回值

类型:String
generated html
参见