Guest User

Untitled

a guest
Jun 27th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.23 KB | None | 0 0
  1. @{
  2.     Layout = null;
  3. }
  4. <!DOCTYPE html>
  5. <html>
  6. <head><title>Sample View</title></head>
  7. <body>
  8. <h1>@ViewBag.Message</h1>
  9. <p>
  10.     This is a sample view. It’s not much to look at,
  11.     but it gets the job done.
  12. </p>
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment