Update index.md

pull/25470/head
Rick Anderson 2022-03-30 17:08:25 -10:00 committed by GitHub
parent 389253c8c4
commit bdd6336588
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>.