Layout
What is default layout a page when we create our new application
@{
Layout = "_Layout";
}
What file we need to make changes if we want to change the layout option
Check the correct statement
- There can be only one RenderBody
- RenderBody method is declared in layout page only