HtmlContainerIntSetHtml 方法 |
Init with optional document and stylesheet.
命名空间:
DSkin.Html.Core
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法 public void SetHtml(
string htmlSource,
CssData baseCssData = null
)
参数
- htmlSource
- 类型:SystemString
the html to init with, init empty if not given - baseCssData (Optional)
- 类型:DSkin.Html.CoreCssData
optional: the stylesheet to init with, init default if not given
参见