Top Categories
Part 23 - RenderBody , RenderSection and RenderPage method in ASP.NET MVC
- Category: Information Technology
- Sub Category: Web Development
In this tutorial you will find the working example of RenderBody , RenderSection and RenderPage in an asp.net mvc .
SOCIAL :
Like TechnoTips official Page : http://facebook.com/technotipstutorial
Subscribe : http://youtube.com/user/aapkanigam
Follow us on Twitter : @technotipsMVC
Get CODE HERE
In this tutorial you will find the working example of RenderBody , RenderSection and RenderPage in an asp.net mvc .
SOCIAL :
Like TechnoTips official Page : http://facebook.com/technotipstutorial
Subscribe : http://youtube.com/user/aapkanigam
Follow us on Twitter : @technotipsMVC
Get CODE HERE:
http://technotipstutorial.blogspot.in/2017/01/renderbody-o-renderbodymethod-exists-in.html
INTRODUCTION :
RenderBody
o RenderBody method exists in the Layout page to render child page/view. It is just like the ContentPlaceHolder in master page.
o A layout page can have only one RenderBody method
RenderSection
o A section allow you to specify a region of content within a layout.
o You can render above defined section header on the layout page
RenderPage
o RenderPage method also exists in the Layout page to render other page exists in your application. A layout page can have multiple RenderPage method.
RECOMMENDATION:
1. Part 14 insert data using JQuery : https://www.youtube.com/watch?v=YcNnMlQGGkE
2.Bootstrap Popup modal : https://www.youtube.com/watch?v=hKulrfOP_HI
TAGS :
Partial view in mvc
html.partial
html.RenderAction
how to create a - website
how to create bootstrap popup modal
asp. net mvc
asp.net mvc interview questions
asp .net mvc tutorial
asp. net mvc 4
asp.net mvc 5 tutorial
asp net mvc developer
asp net mvc continuous integration
asp net mvc hosting
model view controller
jquery ajax tutorial
Part 23 - RenderBody , RenderSection and RenderPage method in Asp.net MVC application