Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Need to display XML in Razor withouth a Controller Action

I need to find a way to read XML to insert into a Razor View's Content and SideBar, but do so without a GET or POST call to the Controller.

Does anyone know how to do this?

This needs to be JavaScript, right?

Please let me know...

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Sammy
Sammy
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

And is there a way to get it to automatically load into a Content region and a SideBar region on an existing generic Razor template, using jQuery?
Thanks.