Skip to content

Instantly share code, notes, and snippets.

@hach-que
Created December 15, 2017 06:11
Show Gist options
  • Save hach-que/f0c32c536f455ffb4eeb253e2ef5c44b to your computer and use it in GitHub Desktop.
Save hach-que/f0c32c536f455ffb4eeb253e2ef5c44b to your computer and use it in GitHub Desktop.
@using Webpack
@section scripts {
@await Html.WebpackScriptsAsync("my-behaviour")
}
@section styles {
@await Html.WebpackStylesAsync("my-behaviour")
}
<p>This is my page!</p>
@Html.JsonDataBlock("page-data", new {
message = "Hello World!"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment