Merge pull request #25470 from dotnet/Rick-Anderson-patch-1

Update index.md
pull/25479/head
Rick Anderson 2022-03-31 10:05:15 -10:00 committed by GitHub
commit 949decb19f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ Prevent publishing files in *wwwroot* with the [\<Content> project item](/visual
</ItemGroup>
```
In Razor `.cshtml` files, tilde-slash (`~/`) points to the web root. A path beginning with `~/` is referred to as a *virtual path*.
In Razor `.cshtml` files, `~/` points to the web root. A path beginning with `~/` is referred to as a *virtual path*.
For more information, see <xref:fundamentals/static-files>.