Skip to content

Instantly share code, notes, and snippets.

@bcnzer
Last active July 1, 2017 11:08
Show Gist options
  • Save bcnzer/93d0e25b02e6218dac68626acf73014d to your computer and use it in GitHub Desktop.
Save bcnzer/93d0e25b02e6218dac68626acf73014d to your computer and use it in GitHub Desktop.
Example of RenderSection in action
<div class="app-content-inner">
@RenderSection("MyContentHeader", required: true)
@RenderBody()
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment