메소드 | 설명 | |
---|---|---|
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 | |
리턴 |
public static QuerySelectorAll ( this node, string selector ) : IEnumerable |
||
node | this | |
selector | string | |
리턴 | IEnumerable |