This repository was archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Allow serving Razor Pages that start with an underscore #8617
Labels
Milestone
Comments
pranavkm
added a commit
that referenced
this issue
Oct 18, 2018
pranavkm
added a commit
that referenced
this issue
Oct 18, 2018
pranavkm
added a commit
that referenced
this issue
Oct 19, 2018
pranavkm
added a commit
that referenced
this issue
Oct 19, 2018
pranavkm
added a commit
that referenced
this issue
Oct 19, 2018
pranavkm
added a commit
that referenced
this issue
Oct 19, 2018
Updated title to reflect the current behavior. Any Razor file with an |
scottaddie
pushed a commit
to dotnet/AspNetCore.Docs
that referenced
this issue
Oct 19, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is this a Bug or Feature request?:
Bug
Steps to reproduce (preferably a link to a GitHub repo with a repro project):
dotnet new razor
Pages/Privacy.cshtml
=>Pages/_Privacy.cshtml
dotnet run
/_Privacy
Description of the problem:
The
_Privacy
Razor page is routable. However, if you were to set<RazorCompileOnBuild>false</RazorCompileOnBuild>
it would not be./cc @pranavkm
The text was updated successfully, but these errors were encountered: