You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,12 @@
6
6
[](https://libraries.io/nuget/Simplify.Web.MessageBox)
`Simplify.Web.MessageBox` is a package which provides non-interactive server side message box for [Simplify.Web](https://github.com/SimplifyNet/Simplify.Web) web-framework.
11
13
12
-
## Examples
14
+
## Quick Start
13
15
14
16
### Setup message box templates
15
17
@@ -34,7 +36,7 @@ public class MyController : Controller
34
36
35
37
#### Inline message box
36
38
37
-
Framework execution will be stopped, message box will be returned to client without rest of the website content.
39
+
Framework execution will be stopped, message box will be returned to client without rest of the website content
0 commit comments