How can i remove the header and footer in the partial pages in asp.net mvc4. How can i recognize the partial page in visual studio. What are the changes i have to do in the site.css to remove the header and footer.
I hope you understand my question.
Regards,
Srinivas
To use partial views you don’t need to make any specific modifications in your stylesheets. Instead of returning a view, just return a partial view:
To create a partial view, just check the box marked “Create as partial view” in the Add View dialog.