Update razor.md (#6286)

pull/6289/head
Rick Anderson 2018-05-08 10:16:57 -10:00 committed by GitHub
parent 6e6892af83
commit cf522ea706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -540,6 +540,7 @@ There are three directives that pertain to [Tag Helpers](xref:mvc/views/tag-help
### Razor keywords
* page (Requires ASP.NET Core 2.0 and later)
* namespace
* functions
* inherits
* model
@ -569,7 +570,6 @@ C# Razor keywords must be double-escaped with `@(@C# Razor Keyword)` (for exampl
### Reserved keywords not used by Razor
* namespace
* class
## Viewing the Razor C# class generated for a view