[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
5.62k
stars
2.14k
forks
source link
Reevaluate the naming of View Components Default.cshtml #8632
Naming the files Default.cshtml makes it really hard to know what file you are in. If I open 5 components up then I have 5 tabs in VS that all say Default.cshtml.
We recommend you name the view file Default.cshtml
Is this a Bug or Feature request?:
Feature
Steps to reproduce (preferably a link to a GitHub repo with a repro project):
Description of the problem:
Naming the files
Default.cshtml
makes it really hard to know what file you are in. If I open 5 components up then I have 5 tabs in VS that all sayDefault.cshtml
.Source