Click or drag to resize
ActionResultServiceBase Class
Base class for services implementing custom HTTP handlers.
Inheritance Hierarchy

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 13.0.131
Syntax
C#
public abstract class ActionResultServiceBase : IActionResultService

The ActionResultServiceBase type exposes the following members.

Constructors
  NameDescription
Protected methodActionResultServiceBase
Top
Properties
  NameDescription
Protected propertyRequestStatusEnum
Gets current request URL rewriting status.
Top
Methods
  NameDescription
Protected methodETagsMatch
Checks if given and requested ETags match and object has current timestamp.
Protected methodFileNotFound
Responds HTTP code 404 Not Found.
Protected methodForbidden
Responds HTTP code 403 Forbidden.
Public methodGetActionResult
Process the request.
Protected methodGetActionResultInternal
Process the request.
Protected methodGetIfModifiedSinceRequestHeader
Returns the value of If-Modified-Since HTTP header or if the header not found.
Protected methodHasIfModifiedSinceRequestHeader
Returns when non-empty If-Modified-Since header is present in current request.
Protected methodUnauthorized
Responds HTTP code 401 Unauthorized.
Top
See Also