I have one Viewbag. I have fill that viewbag value from server side in Action result method. I need to access this Viewbag value in Js file. I have access this Viewbag in *.cshl page properly. Here below shown my sample code,
Var objMode = '@ViewBag.Mode';
//Written in *.cshtml page.
but i need to access this value like above syntax in *.js file.
Thanks, Nirav Parikh