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

Finds all by tag.

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

Syntax


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

Parameters

tagName
Type: String
Name of the tag.

Return Value

IEnumerable<IElement>.