您的位置:首页 > 其它

修改Sharepoint页面的标题

2011-09-29 09:34 204 查看
加入这个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"/> http://wael-abbas.blogspot.com/2008/12/change-sharepoint-page-title.html

Published by Wiz
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: