C# Class Skybound.Gecko.GeckoElementExtensions

显示文件 Open project: tophatmonocle/DirtyGecko

Public Methods

Method Description
GetData ( this node, string dataAttributeName ) : string

Gets the value of the data-xxx attributes

Method Details

GetData() public static method

Gets the value of the data-xxx attributes
public static GetData ( this node, string dataAttributeName ) : string
node this
dataAttributeName string Microdata label in data-label attribute
return string