Update crud.md (#7613)

pull/7616/head
Rick Anderson 2018-07-14 10:34:14 -06:00 committed by GitHub
parent 49b52028e1
commit a0073f02a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -231,9 +231,9 @@ Test Delete.
## Common errors
Student/Home or other links don't work:
Student/Index or other links don't work:
Verify the Razor Page contains the correct `@page` directive. For example, The Student/Home Razor Page should **not** contain a route template:
Verify the Razor Page contains the correct `@page` directive. For example, The Student/Index Razor Page should **not** contain a route template:
```cshtml
@page "{id:int}"