Features
- #85 - If you're running multiple modals on the same page sharing the same close method. You can now identify which modal was closed via the
ModalResult.ModalType
property. - #91 - If you don't need to pass anything back when closing the modal. You can now use
ModalService.Close()
without the need to specify a ModalResult object. When using this overload, a default OK ModalResult will be returned. - #90 - Added overloads for
ModalService.Show
method to allow dynamic type usage for modal content.