A Salcedo
A Salcedo

Reputation: 6478

Is it possible to have two projects sharing one master view?

I have two different projects within a solution in ASP.NET MVC. Is there a way to have a master view shared between both projects?

Upvotes: 1

Views: 72

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038820

One solution would be to embed the master file into a shared assembly and implement a custom VirtualPathProvider.

Upvotes: 1

Related Questions