Created
December 15, 2017 06:11
-
-
Save hach-que/f0c32c536f455ffb4eeb253e2ef5c44b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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