本文介绍了Http eventhandler未在sharepoint上下文菜单上触发下载副本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我为pdf文档开发了一个http处理程序,并在事件激活时注册。它工作正常,同时从sharepoint文档库中删除文档链接,但是当单击从上下文菜单中选择下载副本时 - >发送到 - >下载副本或从功能区下载副本,代码不会触发。任何想法,为什么它不会触发以及如何解决这个问题?
I have developed one http handler for pdf document and registered on event activate. Its working fine while cliking on the document link from sharepoint document library, But when clicking on Download a Copy from context Menu->Send To->Download a Copy or from ribbon Download a Copy, the code is not triggering.Any thought, why its not triggering and how can fix this?
推荐答案
这篇关于Http eventhandler未在sharepoint上下文菜单上触发下载副本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!