Skip to content

Commit

Permalink
Update razor.md (dotnet#6286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick-Anderson authored May 8, 2018
1 parent 6e6892a commit cf522ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/mvc/views/razor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cf522ea

Please sign in to comment.