AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageHandler..::..GetRouteData Method

When overridden in a derived class, returns route information about the request.

Namespace:  AdvantageCMS.Core.Common.BaseClasses.Handler
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public RouteData GetRouteData(
	HttpContextBase httpContext
)

Parameters

httpContext
Type: HttpContextBase
An object that encapsulates information about the HTTP request.

Return Value

An object that contains the values from the route definition if the route matches the current request, or nullNothingnullptra null reference (Nothing in Visual Basic) if the route does not match the request.

Exceptions


ExceptionCondition
NotImplementedException