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