Class BlazorViewRepository
Inheritance
BlazorViewRepository
Assembly: PoeShared.Blazor.dll
Syntax
public class BlazorViewRepository : DisposableReactiveObjectWithLogger, IDisposable, INotifyPropertyChanged, IBlazorViewRepository, IBlazorViewRegistrator
Constructors
Properties
Methods
Name |
Description |
RegisterViewType(Type, object)
|
Registers the provided Blazor view type with an optional associated key.
Once a view type is registered, it can be looked up using its content type and the specified key.
|
ResolveViewType(Type, object)
|
Resolves and retrieves the registered Blazor view type for a given content type and an optional key.
|
Extension Methods