Click or drag to resize
ActionResultServiceBase Methods

The ActionResultServiceBase type exposes the following members.

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