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