zoukankan      html  css  js  c++  java
  • mojoportal中登录,站点地图等页面的特别配置(转载)

    The following set of keys will allow you to customize where and how menus appear on all of the special pages. You can add this block to your user.config, set them as you like, then make a small change in web.config and save it so your site picks up the changes.

           <!-- Customize hidding/unhiding of menus throughout different parts of the site -->
           <add key="SuppressMenuOnBuiltIn404Page" value="false"/>
           <add key="HideMenusOnLoginPage" value="true" />
           <add key="HideMenusOnRegisterPage" value="true" />
           <add key="HideMenusOnPasswordRecoveryPage" value="true" />
           <add key="HideMenusOnChangePasswordPage" value="true" />
           <add key="HideAllMenusOnProfilePage" value="false" />
           <add key="HidePageMenuOnProfilePage" value="true" />
           <add key="HideAllMenusOnMyPage" value="false" />
           <add key="HideMenusOnSiteMap" value="false" />
           <add key="HidePageMenusOnSiteMap" value="true" />

  • 相关阅读:
    Linux快捷键、文件管理和查询
    Netty
    微软认知服务实现语音识别功能
    基础实用算法
    机器学习十大常用算法
    微服务之Swagger
    Quartz 入门详解 专题
    MyBatis(2):config.xml文件
    深入SpringBoot:自定义Endpoint
    快速掌握Flyway
  • 原文地址:https://www.cnblogs.com/wenjie/p/1883918.html
Copyright © 2011-2022 走看看