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

Finds the by identifier.

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

Syntax


Nullable<IElement> FindById(
	string id
)
Function FindById ( _
	id As String _
) As Nullable(Of IElement)
Nullable<IElement^> FindById(
	String^ id
)

Parameters

id
Type: String
The identifier.

Return Value

IElement.