markdown 从SharePoint中的标题中删除“页面”

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 从SharePoint中的标题中删除“页面”相关的知识,希望对你有一定的参考价值。

In Order to remove the "Pages -" prefix on pages that are hosted in a SharePoint
pages libray:

1. Open SharePoint Designer.
2. Open the Root of your site.
3. Click on Page Layouts in the Navigation Section
4. Edit the page layout you want to remove the "Pages From" in advanced mode. For 
 instance "BlankWebPartPage.aspx"
5. Find and remove
   `<SharePointWebControls:ListProperty Property="Title" runat="server"/> -`
   from the file and save.

以上是关于markdown 从SharePoint中的标题中删除“页面”的主要内容,如果未能解决你的问题,请参考以下文章