Interface IRenderedComponentActivator
Represents an activator for IRenderedFragmentBase and IRenderedComponentBase<TComponent> types.
public interface IRenderedComponentActivator
- Extension Methods
Methods
CreateRenderedComponent<TComponent>(int)
Creates an IRenderedComponentBase<TComponent> with the specified componentId.
IRenderedComponentBase<TComponent> CreateRenderedComponent<TComponent>(int componentId) where TComponent : IComponent
Parameters
componentIdint
Returns
- IRenderedComponentBase<TComponent>
Type Parameters
TComponent
CreateRenderedComponent<TComponent>(int, TComponent, RenderTreeFrameDictionary)
Creates an IRenderedComponentBase<TComponent> with the specified componentId,
component, and componentFrames.
IRenderedComponentBase<TComponent> CreateRenderedComponent<TComponent>(int componentId, TComponent component, RenderTreeFrameDictionary componentFrames) where TComponent : IComponent
Parameters
componentIdintcomponentTComponentcomponentFramesRenderTreeFrameDictionary
Returns
- IRenderedComponentBase<TComponent>
Type Parameters
TComponent
CreateRenderedFragment(int)
Creates an IRenderedFragmentBase with the specified componentId.
IRenderedFragmentBase CreateRenderedFragment(int componentId)
Parameters
componentIdint