Click or drag to resize
IRequestContext Interface
Defines implementation encapsulating information about an HTTP request that matches a defined route.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public interface IRequestContext

The IRequestContext type exposes the following members.

Properties
  NameDescription
Public propertyRouteData
Gets IRouteData object holding information about the requested route.
Top
See Also