The PreRender event is used to set the Caching Policy for the Feed. This mimics the behavior from the OutputCache directive in the old Rss.aspx file. @OutputCache Duration="60" VaryByParam="moduleid"

Namespace: DotNetNuke.Services.Syndication
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected override void OnPreRender(
	EventArgs ea
)
Visual Basic
Protected Overrides Sub OnPreRender ( 
	ea As EventArgs
)

Parameters

ea
Type: System..::..EventArgs
Event Args.

Remarks