简体   繁体   English

在SharePoint中自定义VersionDiff.aspx

[英]Customization for VersionDiff.aspx in sharepoint

I have a Wiki site, and on wiki pages if I select to check history of pages it displays in the Left action panel Version and date as hyperlinks. 我有一个Wiki网站,如果我选择检查在“左操作”面板中以“超链接”显示的“版本和日期”中显示的页面历史,则在Wiki页面上。 It uses SharePoint's Diff iterator, I want to do a bit of customization here, along with date I want to display field values too. 它使用SharePoint的Diff迭代器,我想在这里做一些自定义,以及我也想显示字段值的日期。

How can I do that? 我怎样才能做到这一点?
Thanks, Azra 谢谢,Azra

One possibility you have to customize otherwise non-customizable pages, is to use a HTTP Module. 您必须自定义否则无法自定义的页面的一种可能性是使用HTTP模块。 Override the EndRequest event and redirect to a custom page of yours. 覆盖EndRequest事件,然后重定向到您的自定义页面。 Which can be a copy of the original, with your custom modifications. 可以是原始文件的副本,可以进行自定义修改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM