I new to MVC 5, trying to develop a website using MVC 5 with routing built-in. I just developed a master layout and inside that I am loading another layout with @RenderSection("WorkArea"), this one is for all sub pages which renders inside the main layout(parent layout). but whenever I try to load the sub layout the entire page gets reloaded, is there any way to load the sub pages only not the entire one again and again.
Thanks