Hello,
I am using a razor script and I want to hide the module container control under certain conditions. With a module inheriting PortalModuleBase, you can do this with "ContainerControl.Visible = False".
But, I can't find a way to get to the container control from within the razor script. Anybody know how I reference it?
Thanks,
Mike