Microsoft.AspNetCore.Components.Rendering Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides types used during Blazor's rendering process. Not intended for use outside the Blazor framework.
Classes
ComponentState |
Tracks the rendering state associated with an IComponent instance within the context of a Microsoft.AspNetCore.Components.Rendering.ComponentState.Renderer. This is an internal implementation detail of Microsoft.AspNetCore.Components.Rendering.ComponentState.Renderer. |
RenderTreeBuilder |
Provides methods for building a collection of RenderTreeFrame entries. |