Route.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 information about the requested route.
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
An object that encapsulates information about the HTTP request.
Returns
An object that contains the values from the route definition.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.