ComponentState..::..GetOrCreateRenderedComponent Method (Type)
Gets the or create rendered component.
Namespace:
FastMoq.Web.Blazor.ModelsAssembly: 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.