Guest User

Untitled

a guest
Aug 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. How to use other Layout for page the _Layout.vbhtml in .net mvc 3 view
  2. Function LogIn() As ActionResult
  3. Return View()
  4. End Function
  5.  
  6. @{
  7. ViewBag.Title = "Index"
  8. Layout = "~/Views/Shared/_PanelLayout.vbhtml"
  9. }
Add Comment
Please, Sign In to add comment