This documentation is archived and is not being maintained.
Route Methods
Visual Studio 2008
The Route type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetRouteData | Returns information about the requested route. (Overrides RouteBase::GetRouteData(HttpContextBase).) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
GetVirtualPath | Returns information about the URL that is associated with the route. (Overrides RouteBase::GetVirtualPath(RequestContext, RouteValueDictionary).) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ProcessConstraint | Determines whether a parameter value matches the constraint for that parameter. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: