This utility plugin allows access to the rendering pipeline after all content is rendered.
Takes certain request responses and parses the web page and data into a single HTML Document using a memory stream.
Used by: - 4-Roads Splash- 4-Roads MicroData
Price: Free
Use
The plugin exposes a base class that can be inherited to intercept the rendering of pages just before the page is sent to the client. You must implement the ICQProcessor interface.
public class YourPlugin : CQObserverPluginBase { protected override ICQProcessor GetProcessor() { return new YourProcessor(); } }
This software is opensource. Want to contribute or report an issue? Please navigate to our github page:https://github.com/4-Roads/FourRoads.TelligentCommunity/tree/Telligent10.1/src/code/FourRoads.TelligentCommunity.RenderingHelper