修改Sharepoint页面的标题

加入这个MasterPage Content
<asp:Content ContentPlaceHolderId="PlaceHolderPageTitle" runat="server">
页面标题
</asp:Content>

可以在里面加入一些Sharepoint内置的控件,这样能使标题动态化
<SharePoint:ListProperty Property="Title" runat="server"/>
<SharePoint:ListItemProperty Property="Title" runat="server"/>
<SharePoint:ProjectProperty Property="Title" runat="server"/>
<SharePoint:ListFormPageTitle runat="server"/>
 




原文地址:https://www.cnblogs.com/teamleader/p/2195098.html