【发布时间】:2019-03-02 02:44:47
【问题描述】:
我是 SharePoint 的新手,我无法确定各种模板和 Web 部件页面在 SharePoint Designer 中的位置。
我找到了我正在处理的网站的主页和母版页,并且有几个对我无法追踪的其他代码块的引用。
例如:
<WebPartPages:WebPartZone runat="server" Title="<%$Resources:cms,WebPartZoneTitle_TopRightColumn%>" ID="TopRightColumn"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>
我在哪里可以找到这段代码引用的文件?
也有这样的代码
<%@ Register TagPrefix="companyName" TagName="CompanyNameFooter" Src="~/_controltemplates/CompanyNameFooter.ascx" %>
这显然引用了目录中的一个文件:C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\CONTROLTEMPLATES
如何从 SharePoint 中访问此文件?
【问题讨论】:
标签: sharepoint-2010