Table of Contents

Namespace Dmnk.Blazor.Dialogs.CommunityToolkit

NuGet Version

An extremely basic package that provides a base class that implements IVmDialogViewModel using the MVVM Community Toolkit.

Classes

DialogViewModelBase

Defines an MVVM ViewModel for a dialog. Basically just a regular ViewModel, except it holds a reference to the dialog and can react to dismissal by the user.