点击或拖拽改变大小

HtmlTag 构造函数

Init.

命名空间:  DSkin.Html.Core.Dom
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public HtmlTag(
	string name,
	bool isSingle,
	Dictionary<string, string> attributes = null
)

参数

name
类型:SystemString
the name of the html tag
isSingle
类型:SystemBoolean
if the tag is single placed; in other words it doesn't have a separate closing tag;
attributes (Optional)
类型:System.Collections.GenericDictionaryString, String
collection of attributes and their value the html tag has
参见