点击或拖拽改变大小

HtmlTagHasAttribute 方法

Gets a boolean indicating if the attribute list has the specified attribute

命名空间:  DSkin.Html.Core.Dom
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public bool HasAttribute(
	string attribute
)

参数

attribute
类型:SystemString
attribute name to check if exists

返回值

类型:Boolean
true - attribute exists, false - otherwise
参见