IMockerBlazorTestHelpers<(Of <(<'T>)>)>..::..FindAllByTag Method

Finds all by tag.

Namespace:  FastMoq.Web.Blazor.Interfaces
Assembly:  FastMoq.Web (in FastMoq.Web.dll)

Syntax


IEnumerable<IElement> FindAllByTag(
	string tagName
)
Function FindAllByTag ( _
	tagName As String _
) As IEnumerable(Of IElement)
IEnumerable<IElement^>^ FindAllByTag(
	String^ tagName
)

Parameters

tagName
Type: String
Name of the tag.

Return Value

IEnumerable<IElement>.