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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/search/2.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 searchbox控件的SearchResultPageURL属性的url提供? **~Site/Pages/Customsearchresults.aspx**> 没有一个 隐藏式窥镜 140 假的_Sharepoint_Search - Fatal编程技术网

如何将网站页面作为sharepoint searchbox控件的SearchResultPageURL属性的url提供? **~Site/Pages/Customsearchresults.aspx**> 没有一个 隐藏式窥镜 140 假的

如何将网站页面作为sharepoint searchbox控件的SearchResultPageURL属性的url提供? **~Site/Pages/Customsearchresults.aspx**> 没有一个 隐藏式窥镜 140 假的,sharepoint,search,Sharepoint,Search,~operator不起作用。我不想给出应用程序页面url。true 如果希望自定义网站页面成为目标搜索结果页面,则必须使用UseSiteDefaults属性。能否详细说明应用程序页面url是什么意思?是指版面页面吗?为什么不在此处提供绝对url…是的,不想将我的自定义页面部署到版面中。希望该页面成为网站页面。请这样提供/search/results.aspxit在站点级别不起作用。也就是说,如果我在站点级别激活该功能。它应该需要类似的操作。但是需要 <?xml version="1.0"

~operator不起作用。我不想给出应用程序页面url。

true


如果希望自定义网站页面成为目标搜索结果页面,则必须使用UseSiteDefaults属性。

能否详细说明应用程序页面url是什么意思?是指版面页面吗?为什么不在此处提供绝对url…是的,不想将我的自定义页面部署到版面中。希望该页面成为网站页面。请这样提供/search/results.aspxit在站点级别不起作用。也就是说,如果我在站点级别激活该功能。它应该需要类似的操作。但是需要
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
  <Control
     Id="SmallSearchInputBox"
     Sequence="24"
     ControlClass="Microsoft.SharePoint.Portal.WebControls.SearchBoxEx"
     ControlAssembly="Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
    <Property Name="SearchResultPageURL">**~Site/Pages/Customsearchresults.aspx**"></Property>
    <Property Name="FrameType">None</Property>
    <Property Name="DropDownMode">HideDD_NoScope</Property>
    <Property Name="TextBoxWidth">140</Property>
    <Property Name="ShowAdvancedSearch">false</Property>

  </Control>
</Elements>