The LowercaseRoute type exposes the following members.

Constructors

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetRouteData
Returns information about the requested route.
(Inherited from Route.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVirtualPath (Overrides Route..::..GetVirtualPath(RequestContext, RouteValueDictionary).)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyConstraints
Gets or sets a dictionary of expressions that specify valid values for a URL parameter.
(Inherited from Route.)
Public propertyDataTokens
Gets or sets custom values that are passed to the route handler, but which are not used to determine whether the route matches a URL pattern.
(Inherited from Route.)
Public propertyDefaults
Gets or sets the values to use if the URL does not contain all the parameters.
(Inherited from Route.)
Public propertyRouteHandler
Gets or sets the object that processes requests for the route.
(Inherited from Route.)
Public propertyUrl
Gets or sets the URL pattern for the route.
(Inherited from Route.)

See Also