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: MyApp/_pages/world-validation.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ As of this writing there **4 different server HTML** generated strategies that u
17
17
18
18
<h4class="mt-8 text-center">
19
19
View Source on GitHub <ahref="https://github.com/NetCoreApps/Validation">NetCoreApps/Validation</a> -
20
-
Live Demo <ahref="http://validation.web-app.io">validation.web-app.io</a>
21
20
</h4>
22
21
23
22
### Server Rendered HTML UIs
@@ -66,10 +65,10 @@ Typed Request/Response Service Contracts including Data and DTO models that util
66
65
67
66
Each UI implements 4 different screens which are linked from:
68
67
69
-
-[Login Page](http://validation.web-app.io/login-links) - Sign In to ServiceStack's built-in Username/Password Credentials Auth Provider
70
-
-[Registration Page](http://validation.web-app.io/register-links) - Calling ServiceStack's built-in `/register` Service to register a new User
71
-
-[Contacts Page](http://validation.web-app.io/contact-links) - Contacts Form to Add a new Contact and view list of existing contacts
72
-
-[Edit Contact Page](http://validation.web-app.io/contact-edit-links) - Edit Contact Form
68
+
-[Login Page](https://github.com/NetCoreApps/Validation/blob/master/world/wwwroot/login-links.html) - Sign In to ServiceStack's built-in Username/Password Credentials Auth Provider
69
+
-[Registration Page](https://github.com/NetCoreApps/Validation/blob/master/world/wwwroot/register-links.html) - Calling ServiceStack's built-in `/register` Service to register a new User
70
+
-[Contacts Page](https://github.com/NetCoreApps/Validation/blob/master/world/wwwroot/contact-links.html) - Contacts Form to Add a new Contact and view list of existing contacts
71
+
-[Edit Contact Page](https://github.com/NetCoreApps/Validation/blob/master/world/wwwroot/contact-edit-links.html) - Edit Contact Form
73
72
74
73
### Shared Error Handling Concepts
75
74
@@ -218,7 +217,7 @@ that remains consistent is the way to call ServiceStack Services and handle erro
218
217
The remaining client implementations show that whilst the server controls require the least code, if you need custom markup it's much easier
219
218
to render the initial markup once, then use `bootstrapForm()` to bind any validation errors and handle the ajax form submissions. It's especially
220
219
valuable when you need to update a form where the same markup can be populated by just assigning the `model` property as done in the
0 commit comments