GetFileService Class |
Namespace: CMS.Routing.Web
public abstract class GetFileService : ActionResultServiceBase
The GetFileService type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetFileService |
Name | Description | |
---|---|---|
![]() | AllowClientCache |
Returns true if client cache is allowed for the current request.
|
![]() | ClientCacheMinutes |
Client cache minutes.
|
![]() | IsLiveSite |
Indicates if live site mode.
|
![]() | RequestStatusEnum |
Gets current request URL rewriting status.
(Overrides ActionResultServiceBaseRequestStatusEnum.) |
![]() | RevalidateClientCache |
Indicates if client cache should be revalidated.
|
Name | Description | |
---|---|---|
![]() | ETagsMatch |
Checks if given and requested ETags match and object has current timestamp.
(Inherited from ActionResultServiceBase.) |
![]() | FileNotFound |
Responds HTTP code 404 Not Found.
(Inherited from ActionResultServiceBase.) |
![]() | Forbidden |
Responds HTTP code 403 Forbidden.
(Inherited from ActionResultServiceBase.) |
![]() | GetActionResult |
Process the request.
(Inherited from ActionResultServiceBase.) |
![]() | GetActionResultInternal |
Process the request.
(Inherited from ActionResultServiceBase.) |
![]() | GetIfModifiedSinceRequestHeader |
Returns the value of If-Modified-Since HTTP header or if the header not found.
(Inherited from ActionResultServiceBase.) |
![]() | HandleClientCache |
Sets client cache headers.
Returns CMSNotModifiedResult when requested file is in client's cache, otherwise.
|
![]() | HasIfModifiedSinceRequestHeader |
Returns when non-empty If-Modified-Since
header is present in current request.
(Inherited from ActionResultServiceBase.) |
![]() | SetResponseHeaders |
Sets response headers.
|
![]() | Unauthorized |
Responds HTTP code 401 Unauthorized.
(Inherited from ActionResultServiceBase.) |