Class BlazorVmDialogView
Concrete implementation of IVmDialogView:
Defines a view for a dialog without a specific ViewModel. This is used for dialogs that don't need a ViewModel, or where the ViewModel is created internally by the view.
public abstract class BlazorVmDialogView : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IVmDialogView
- Inheritance
-
BlazorVmDialogView
- Implements
- Inherited Members
Constructors
BlazorVmDialogView()
protected BlazorVmDialogView()
Properties
Dialog
A reference to the dialog, which can be used to close or dismiss it.
public abstract required VmDialogReference Dialog { get; set; }
Property Value
Params
Core parameters that apply to all dialogs.
public abstract required VmDialogParameters Params { get; set; }