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

Finds the by identifier.

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

Syntax


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

Parameters

id
Type: String
The identifier.

Return Value

IElement.