ActionResultServiceBase Class |
Namespace: CMS.Routing.Web
public abstract class ActionResultServiceBase : IActionResultService
The ActionResultServiceBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActionResultServiceBase |
Name | Description | |
---|---|---|
![]() | RequestStatusEnum |
Gets current request URL rewriting status.
|
Name | Description | |
---|---|---|
![]() | ETagsMatch |
Checks if given and requested ETags match and object has current timestamp.
|
![]() | FileNotFound |
Responds HTTP code 404 Not Found.
|
![]() | Forbidden |
Responds HTTP code 403 Forbidden.
|
![]() | GetActionResult |
Process the request.
|
![]() | GetActionResultInternal |
Process the request.
|
![]() | GetIfModifiedSinceRequestHeader |
Returns the value of If-Modified-Since HTTP header or if the header not found.
|
![]() | HasIfModifiedSinceRequestHeader |
Returns when non-empty If-Modified-Since
header is present in current request.
|
![]() | Unauthorized |
Responds HTTP code 401 Unauthorized.
|