OutputCacheEventArgs FallbackToRegularLoad Property Kentico 8.0 API Reference
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: 8.0.0.0 (8.0.5239.26125)

Property Value

Type: OnlineBoolean
See Also