Returns a list of elements that have attributes that match the NameValuePairs passed it
fully or partially.
Syntax| C# |
public ReadOnlyCollection<TControl> AllByAttributes<TControl> ( params string[] nameValuePairs ) where TControl : new(), Control
Generic Template Parameters- TControl
- Control type to get.
Parameters- nameValuePairs (String[]())
- A list of name value pairs to match. For example: AllByAttributes("bar=foo","class=myclass","src=~foo.gif"). Use =~ for partial values.
Return ValueThe list of found elements.
RemarksIf
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
