Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public ActionResult Index(StartPage currentPage)
  2. {
  3. var repository = ServiceLocator.Current.GetInstance<IContentRepository>();
  4. var standard = repository.Get<StandardPage>(ContentReference.StartPage).HelloWorld;
  5. return View(standard);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement