Method | Description | |
---|---|---|
QuerySelector ( this node, string selector ) : |
Similar to QuerySelectorAll except it returns only the first element matching the supplied selector strings.
|
|
QuerySelectorAll ( this node, string selector ) : IEnumerable |
Retrieves all element nodes from descendants of the starting element node that match any selector within the supplied selector strings.
|
public static QuerySelector ( this node, string selector ) : |
||
node | this | |
selector | string | |
return |
public static QuerySelectorAll ( this node, string selector ) : IEnumerable |
||
node | this | |
selector | string | |
return | IEnumerable |