Click or drag to resize
IRouteData Interface
Defines interface encapsulating information about a route.

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

The IRouteData type exposes the following members.

Properties
  NameDescription
Public propertyDataTokens
Gets a collection of custom values that are passed to the route handler but are not used when routing engine determines whether the route matches a request.
Public propertyValues
Gets a collection of URL parameter values and default values for the route.
Top
See Also