Hey guys on my Base layout I have
<html lang="en" jsPageObject="@ViewBag.JSPageObject">
Then on the view, I have:
@{
ViewBag.Title = "Details";
ViewBag.JSPageObject = "MyDetails";
}
I've noticed the ViewBag.Title gets updated but not the JSPageObject..