Namespace PoeShared.Blazor.Services
Classes
BlazorViewAttribute
BlazorViewRepository
Structs
ElementKeyboardHookRef
Interfaces
IBlazorViewRegistrator
Represents a service for registering Blazor view types with associated content types and optional keys. By using this service, developers can dynamically register views, making Blazor applications more extensible.
IBlazorViewRepository
Represents a repository for resolving Blazor view types based on content types and optional keys. This interface is designed to facilitate dynamic view lookup, enhancing the modularity of a Blazor application.
IDynamicRootComponent
IJsPoeBlazorUtils
Represents a utility interface for JavaScript operations in a Blazor application.