Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ...
  2. bundles.Add(new StyleBundle("~/Content/css").Include(
  3. "~/Content/Index.css",
  4. "~/Content/Layout.css",
  5. "~/Content/Login.css"
  6. ));
  7.  
  8. @{
  9. ViewBag.Title = "Index";
  10. Layout = "../Shared/_Layout.cshtml";
  11. }
  12. <head>
  13. <link href="@Url.Content("~/Content/Index.css")" rel="stylesheet" type="text/css" />
  14. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement