AdvantageRouteHandlerDefault..::..ProcessHttpHandler Method
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.
Namespace:
AdvantageCMS.Core.RoutingAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public IHttpHandler ProcessHttpHandler( RequestContext requestContext, Nullable<int> domainId, Nullable<int> languageId, string url )
Parameters
- requestContext
- Type: RequestContext
The request context.
- languageId
- Type: Nullable<(Of <(<'Int32>)>)>
The language identifier to force, or null to auto-detect.
- url
- Type: String
The URL to route, or null to derive from the request.

