can spark inherit a regular master page
I have an existing mvc app. I've decided that i would like to use spark. My plan is to slowly migrate the whole site to spark. Will i have to create 2 master pages, ie one for .aspx content and one for .spark content. Is ther开发者_JS百科e anyway i could use one master page for both.
You'll need two master pages. The syntax is not compatible between view engines.
精彩评论