pull/10162/head
Dave Brock 2018-12-30 17:24:07 -06:00 committed by Luke Latham
parent 5df41d5033
commit acf625d7b7
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ The following code gets the client values (the values posted to this method) and
[!code-csharp[](intro/samples/cu/Pages/Departments/Edit.cshtml.cs?name=snippet_try&highlight=9,18)]
The follwing code adds a custom error message for each column that has DB values different from what was posted to `OnPostAsync`:
The following code adds a custom error message for each column that has DB values different from what was posted to `OnPostAsync`:
[!code-csharp[](intro/samples/cu/Pages/Departments/Edit.cshtml.cs?name=snippet_err)]