Click or drag to resize
IActionResultService Interface
Defines the contract to process HTTP Web requests.

Namespace: CMS.Base.Routing
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public interface IActionResultService

The IActionResultService type exposes the following members.

Properties
  NameDescription
Public propertyIsReusable
Gets a value indicating whether the instance of the service can be re-used for multiple requests.
Top
Methods
  NameDescription
Public methodGetActionResult
Evaluates web request and returns the CMSActionResult object with result of the process.
Top
See Also