ComponentState..::..GetOrCreateRenderedComponent Method (Type)

Gets the or create rendered component.

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

Syntax


public Nullable<IRenderedComponentBase<ComponentBase>> GetOrCreateRenderedComponent(
	Type type
)
Public Function GetOrCreateRenderedComponent ( _
	type As Type _
) As Nullable(Of IRenderedComponentBase(Of ComponentBase))
public:
Nullable<IRenderedComponentBase<ComponentBase^>^> GetOrCreateRenderedComponent(
	Type^ type
)

Parameters

type
Type: Type
The type.

Return Value

System ofNullable<IRenderedComponentBase<ComponentBase>> of the or create rendered component.