The RenderingResponseHandlerResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | EndRequest |
When true, the request will not continue. Default is false
|
![]() | PreventPublicCaching |
When true full page caching will explicitly be denied. Page caching can greatly increase website performance,
but is not desireable on pages that require validation or contain personalized content. Default is false.
|
![]() | RedirectRequesterTo |
To block the request and have the user redirected to another location specify the destination URL here.
Default is null.
|