This documentation is archived and is not being maintained.
DynamicDataRoute Methods
Visual Studio 2010
The DynamicDataRoute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | 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.) |
|
GetActionFromRouteData | Returns the action from the RouteData object for the current Dynamic Data Web request. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetRouteData | Returns routing information for a specific Web request. (Overrides Route::GetRouteData(HttpContextBase).) |
|
GetTableFromRouteData | Identifies the table that is associated with a Dynamic Data Web page request. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetVirtualPath | Returns the virtual path of a route. (Overrides Route::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. (Inherited from Route.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: