The Little ASP.NET Core Book, a friendly introduction to web programming and ASP.NET Core 2.0
Creative Commons Attribution 4.0 International
701
stars
190
forks
source link
Remove semicolons on Razor directives #44
Closed
nbarbettini closed 6 years ago
The official ASP.NET docs don't show semicolons after directives like
@model
and@using
: https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor#directivesSemicolons are added after directives inconsistently in the book right now. They should be removed.
Reported here: https://www.gitbook.com/book/nbarbettini/little-asp-net-core-book/discussions/25