Interface IMvcViewModal
Provides Modal dialog feature
Namespace: Onbox.Mvc.Abstractions.V8
Assembly: Onbox.Mvc.Abstractions.dll
Syntax
public interface IMvcViewModal
Methods
| Improve this Doc View SourceShowDialog()
Opens a window and returns only when the newly opened window is closed
Declaration
bool? ShowDialog()
Returns
Type | Description |
---|---|
System.Nullable<System.Boolean> |