AdvantageRouteHandlerDefault Members
The AdvantageRouteHandlerDefault type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
AdvantageRouteHandlerDefault |
Initializes a new instance of the AdvantageRouteHandlerDefault class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
_InternalCurrentUser | (Inherited from AdvantageRouteHandlerBase.) |
|
|
GetHttpHandler |
Provides the object that processes the request.
|
|
|
GetLanguage |
Gets the language.
(Inherited from AdvantageRouteHandlerBase.) |
|
|
Languages |
Gets the list of active languages for the current request, caching the result in the HTTP context.
(Inherited from AdvantageRouteHandlerBase.) |
|
|
ProcessHttpHandler |
Processes an HTTP request through the Advantage routing pipeline, resolving the domain, language,
and URL to the appropriate HTTP handler. Handles version checks, redirects, rewrites, and error responses.
|
|
|
ProcessRequest |
Processes the request.
|
Properties
| Name | Description | |
|---|---|---|
|
|
CurrentError |
Gets or sets the current error.
(Inherited from AdvantageRouteHandlerBase.) |
|
|
CurrentNavigationPage |
Gets or sets the current navigation page.
(Inherited from AdvantageRouteHandlerBase.) |
|
|
CurrentRouteDomain |
Gets the current route domain.
(Inherited from AdvantageRouteHandlerBase.) |
|
|
CurrentRouteLanguage |
Gets the current language.
(Inherited from AdvantageRouteHandlerBase.) |
|
|
IsReusable | (Inherited from AdvantageRouteHandlerBase.) |
|
|
RouteEmptySlugs |
Gets the route empty slugs setting from configuration. Returns 1 (enabled) by default,
or 0 (disabled) if the "RouteEmptySlugs" app setting is set to a value other than "1".
|

