how to create page without showing dnn header(just module content) for showing custom mvc module?
i create module by mvc template and now i need to show just content of module in a page like admin panel.but the header of site added to page.
set the Layout = null not work in _layout.cshtml
the current design of page like this
and i want create page like this without dnn header and admin menus
how can i achive that?
i am using christoc dnn template
AFAIK, there's no supported way to no show the control panel. But as both a iframe, you should be abole to hide them using:
(CSS) <code>#Body iframe, #Body .personabar-placeholder{display: none !important;}<br /> #Body{margin-left: 0 !important;}</code>
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.