Class RootRenderTreeRegistration
Represents an added component with parameters in an RootRenderTree.
public sealed class RootRenderTreeRegistration
- Inheritance
-
RootRenderTreeRegistration
- Inherited Members
- Extension Methods
Properties
ComponentType
Gets the type of component registered.
public Type ComponentType { get; }
Property Value
RenderFragmentBuilder
Gets the render fragment builder that renders the component of type ComponentType with the specified parameters and the provided RenderFragment passed to its ChildContent or Body parameter.
public RenderFragment<RenderFragment> RenderFragmentBuilder { get; }