JSHunjan
JSHunjan

Reputation: 397

How can we check if MVC view is partial or not in solution explorer

I am working on an existing Asp.net MVC 4 project and I want to know if there is any way to check in solution explorer that if view is partial or not. Please suggest.

Upvotes: 3

Views: 4175

Answers (1)

Rowan Freeman
Rowan Freeman

Reputation: 16358

Partials often have an underscore prefix in their name. Other than that, nothing really separates them from other views.

Upvotes: 2

Related Questions