if i need remove master layout from my view, how can i do it in MVC2?
i tried put code in my view that was shown in documentation http://sparkviewengine.com/documentation/master
Not tested, but what if you create and empty master layout, and say in the top of your view? Or you could call on the empty master from the controller; return View("View", "EmptyMaster");