ModalService Class

Service to show Modal dialogs during runtime.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class ModalService
Inheritance
Object    ModalService

Constructors

ModalServiceInitializes a new instance of the ModalService class

Methods

ShowAsync Shows the modal.

Events

OnShow Event that is raised when the modal is shown.

See Also