Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public class HomeController : Controller
  2. {
  3. public ActionResult Index()
  4. {
  5. ViewBag.Title = "Home Page";
  6.  
  7. return View();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement