Update razor.md (#17493)

* Update razor.md

* Update razor.md
pull/17489/head
Rick Anderson 2020-03-27 16:56:27 -10:00 committed by GitHub
parent fa7d6a02f9
commit 6d256be8a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -982,3 +982,7 @@ Developers are encouraged to match the casing of file and directory names to the
* Razor Pages.
Matching case ensures the deployments find their views regardless of the underlying file system.
## Additional resources
[Introduction to ASP.NET Web Programming Using the Razor Syntax](/aspnet/web-pages/overview/getting-started/introducing-razor-syntax-c) provides many samples of programming with Razor syntax.