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
ReactiveObjectExtensions.Listen<TContext, TOut1, TOut2, TOut3, TOut4>(TContext, Expression<Func<TContext, TOut1>>, Expression<Func<TContext, TOut2>>, Expression<Func<TContext, TOut3>>, Expression<Func<TContext, TOut4>>)