Why do I need an underscore for partial views in asp.net mvc

asp.net-mvc, partial-views

Solution

You don't need an underscore. It's just a convention, and MVC is very keen on using conventions.

Problem

Just to distinguish between a view used inside a dialog or used in a foreach loop (customer details) ?

Original source

Related problems