SharePoint:如何将自定义母版页应用到 Sharepoint 内置搜索结果页面 (OSSSearchResults.aspx)
SharePoint:如何将自定义母版页应用到 Sharepoint 内置搜索结果页面 (OSSSearchResults.aspx)
我已应用 Sharepoint 网站来使用我自己的自定义母版页,但搜索结果页面 (OSSSearchResults.aspx) 不选择我的母版页。
谁能帮我?
非常感谢。
SharePoint: How to apply a customised masterpage to Sharepoint build-in search results page (OSSSearchResults.aspx)
I have apply the sharepoint sites to use my own customised masterpage, but the search result page(OSSSearchResults.aspx) does not pick my masterpage up.
Can anyone help me?
Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用自定义开发的分配母版页的 HTTPModule 来完成此操作。
这是一个页面描述了这种技术。
You can do this using a custom developed HTTPModule that assigns the master page.
Here's one page that described this technique.