Click or drag to resize
OutputCacheEventArgsFallbackToRegularLoad Property
If set to true, content will not be send from output cache, but will be generated regularly.
Remarks
This is different than calling Cancel() on the event args. Calling Cancel() indicates, that event subscriber has already sent output to the response. Setting FallbackToRegularLoad indicates, that content should be generated normally.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 10.0.0
Syntax
C#
public bool FallbackToRegularLoad { get; set; }

Property Value

Type: Boolean
See Also