32 | @RenderBody()
33 |
34 |
37 |
38 |
39 | @Scripts.Render("~/bundles/jquery")
40 | @Scripts.Render("~/bundles/bootstrap")
41 | @RenderSection("scripts", false)
42 |
43 |
--------------------------------------------------------------------------------
/src/ScottBrady91.IdentityServer3.Example.Client.FormPost/Views/Shared/_Layout.cshtml:
--------------------------------------------------------------------------------
1 | @using System
2 |
3 |
4 |
5 |
32 | @RenderBody()
33 |
34 |
37 |
38 |
39 | @Scripts.Render("~/bundles/jquery")
40 | @Scripts.Render("~/bundles/bootstrap")
41 | @RenderSection("scripts", false)
42 |
43 |
--------------------------------------------------------------------------------
/src/ScottBrady91.IdentityServer3.Example.Client.FormPost/packages.config:
--------------------------------------------------------------------------------
1 |
2 |