Advertisement
gyrospring

✒ 0007.0006 VS2017 VB MVC5 Razor layout.vbhtml

Mar 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5.  
  6. <title>WebApplication1 - @ViewBag.Title</title>
  7.  
  8. <meta name="description" content="">
  9.  
  10. <meta name="keywords" content="">
  11.  
  12. <meta charset="utf-8">
  13.  
  14. <meta name="viewport" content="width=device-width">
  15.  
  16.  
  17. </head>
  18. <body>
  19.  
  20.  
  21. <div>@DateTime.Now.ToString("yyyy-MM-dd")</div>
  22.  
  23.  
  24. @RenderBody()
  25.  
  26.  
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement