Microsoft.AspNetCore.Components.Web.Virtualization 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 for virtualization of UI rendering. Virtualization is a technique for limiting UI rendering to just the parts that are currently visible.
Classes
Virtualize<TItem> |
Provides functionality for rendering a virtualized list of items. |
Structs
ItemsProviderRequest |
Represents a request to an ItemsProviderDelegate<TItem>. |
ItemsProviderResult<TItem> |
Represents the result of a ItemsProviderDelegate<TItem>. |
PlaceholderContext |
Contains context for a placeholder in a virtualized list. |
Delegates
ItemsProviderDelegate<TItem> |
A function that provides items to a virtualized source. |
Remarks
For more information about virtualized rendering, see ASP.NET Core Blazor component virtualization.