DynamicDataRoute.GetRouteData(HttpContextBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns routing information for a specific Web request.
public:
override System::Web::Routing::RouteData ^ GetRouteData(System::Web::HttpContextBase ^ httpContext);
public override System.Web.Routing.RouteData GetRouteData (System.Web.HttpContextBase httpContext);
override this.GetRouteData : System.Web.HttpContextBase -> System.Web.Routing.RouteData
Public Overrides Function GetRouteData (httpContext As HttpContextBase) As RouteData
Parameters
- httpContext
- HttpContextBase
Contains information about the Web request.
Returns
The routing information for the Web request.
Remarks
The httpContext
parameter provides Web request information that is required so that the requested table and action can be identified.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.