How to add cshtml pages to dashboard.config Custom Section
Backoffice Sections and Razor
Hi
I am trying to add a cshtml page to config. As i need to show list with some custom logic in admin section. But when i add to dashboard.config, it gives me error of authorization access.
the backoffice ist build with AngularJs (If you're in v7 or V8). There is no way of adding cshtml views to the backoffice. There is documentation for extending the backoffice. I suggest having a look at that If you want to extend the backoffice. Keep in mind there where changes in V8. So no dashboard config anymore.
How to add cshtml pages to dashboard.config Custom Section
Backoffice Sections and Razor
Hi
I am trying to add a cshtml page to config. As i need to show list with some custom logic in admin section. But when i add to dashboard.config, it gives me error of authorization access.
How can i add chstml page to admin section.
Thanks
Hi Aung, did you find a solution to this?
Hi Thomsen,
the backoffice ist build with AngularJs (If you're in v7 or V8). There is no way of adding cshtml views to the backoffice. There is documentation for extending the backoffice. I suggest having a look at that If you want to extend the backoffice. Keep in mind there where changes in V8. So no dashboard config anymore.
Regards David
Hi actually you can do this using js in the dashboard.
Use it to hit your controller which can return a partial view. So you can then use the JQ to paste in the partial result into a div.
is working on a reply...