Possible Duplicate:
Rendering views without master page in MVC3
I have one view in my project (a bill) and I would like this view to not be shown in a master view wrapper - rather I just want the HTML within the view to be shown. What is the correct way to make a view ignore loading a master layout?