Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/sharepoint/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
SharePoint 2010列表应用程序页面功能区_Sharepoint_Sharepoint 2010 - Fatal编程技术网

SharePoint 2010列表应用程序页面功能区

SharePoint 2010列表应用程序页面功能区,sharepoint,sharepoint-2010,Sharepoint,Sharepoint 2010,如何将默认功能区添加到列表的自定义应用程序页面 您很可能需要为应用程序页设置母版页。MSDN说- 默认情况下,应用程序页面项引用用于调试项目的站点母版页。该页面名为v4.master,您可以在SharePoint网站的母版页库中找到它。通过设置应用程序页面元素的MasterPageFile属性,可以显式更改应用程序页面使用的母版页。(例如:MasterPageFile=“~/\u layouts/applicationv4.master”)。事实上,如果SharePoint服务器上未启用动态母版

如何将默认功能区添加到列表的自定义应用程序页面

您很可能需要为应用程序页设置母版页。MSDN说-

默认情况下,应用程序页面项引用用于调试项目的站点母版页。该页面名为v4.master,您可以在SharePoint网站的母版页库中找到它。通过设置应用程序页面元素的MasterPageFile属性,可以显式更改应用程序页面使用的母版页。(例如:MasterPageFile=“~/\u layouts/applicationv4.master”)。事实上,如果SharePoint服务器上未启用动态母版页,则必须设置此属性