Returns a list of elements with a specific tag name.
| C# | Visual Basic | Visual Basic Usage |
public ReadOnlyCollection<Element> AllByTagName( string tagName )
Public Function AllByTagName ( _ tagName As String _ ) As ReadOnlyCollection(Of Element)
Dim instance As Find Dim tagName As String Dim returnValue As ReadOnlyCollection(Of Element) returnValue = instance.AllByTagName(tagName)
- tagName (String)
- The tag name to search for.
The list of found elements.
