When we use @RenderBody
, the remaining pages used with _Layout are only rendered in there, correct?
My question is:
Assuming all our pages use the _Layout
that is this @RenderBody
When browsing, does it just load the content in there, or does it reload _Layout
again?
It reloads all the .js and css files found in _Layout
?