ComponentState..::..GetOrCreateRenderedComponent<(Of <(<'T>)>)> Method
Gets the or create rendered component.
Namespace:
FastMoq.Web.Blazor.ModelsAssembly: FastMoq.Web (in FastMoq.Web.dll)
Syntax
public virtual Nullable<IRenderedComponentBase<T>> GetOrCreateRenderedComponent<T>() where T : ComponentBase
Public Overridable Function GetOrCreateRenderedComponent(Of T As ComponentBase) As Nullable(Of IRenderedComponentBase(Of T))
public: generic<typename T> where T : ComponentBase virtual Nullable<IRenderedComponentBase<T>^> GetOrCreateRenderedComponent()
Type Parameters
- T