Returns a list of elements with a specific tag name as a control collection.
Syntax| C# |
public ReadOnlyCollection<TControl> AllByTagName<TControl> ( string tagName ) where TControl : new(), Control
Generic Template Parameters- TControl
- The control type to find.
Parameters- tagName (String)
- The tag name.
Return ValueThe list of found controls.
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
