HtmlContainerGetAttributeAt 方法 |
Get attribute value of element at the given x,y location by given key.
If more than one element exist with the attribute at the location the inner most is returned.
命名空间:
DSkin.Html
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法 public string GetAttributeAt(
Point location,
string attribute
)
参数
- location
- 类型:System.DrawingPoint
the location to find the attribute at - attribute
- 类型:SystemString
the attribute key to get value by
返回值
类型:
Stringfound attribute value or null if not found
参见