SharePoint母版页使用网站的标题和地址

Posted 雨轩哥哥

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SharePoint母版页使用网站的标题和地址相关的知识,希望对你有一定的参考价值。

获取网站标题
<SharePoint:ProjectProperty Property="Title" runat="server"/>

获取网站Url

<SharePoint:ProjectProperty Property="url" runat="server"/>

 

这些都可以放在JS中,示范在母版页做一个点击标题挑战到首页的效果。

<div style="cursor:pointer;" onclick="window.location.href=‘<SharePoint:ProjectProperty Property="Url" runat="server"/>
‘"> <SharePoint:ProjectProperty Property="Title" runat="server"/> </div>

 

以上是关于SharePoint母版页使用网站的标题和地址的主要内容,如果未能解决你的问题,请参考以下文章

如何在Sharepoint中的“外观和感觉母版页”部分下列出母版页

SharePoint 将网站徽标链接重定向到根网站集主页

Google Adword 和 asp.net 母版页

sharepoint母版页脚本链接

所有页面上的 SharePoint 2013 动态数据

HTML 在SharePoint 2010母版页中自定义功能区定位