.NET Framework Class Library
RouteData Members

Encapsulates information about a route.

The RouteData type exposes the following members.

Constructors

  NameDescription
Public methodRouteDataOverloaded. Initializes a new instance of the RouteData class.
Top
Methods

  NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetRequiredStringRetrieves the value with the specified identifier.
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyDataTokensGets a collection of custom values that are passed to the route handler but are not used when ASP.NET routing determines whether the route matches a request.
Public propertyRouteGets or sets the object that represents a route.
Public propertyRouteHandlerGets or sets the object that processes a requested route.
Public propertyValuesGets a collection of URL parameter values and default values for the route.
Top
See Also

Reference

Tags :


Page view tracker