AdvantageCMS.Core.Common.BaseClasses.Handler Namespace
Classes
| Class | Description | |
|---|---|---|
|
|
AdvantageHandler |
Abstract base class for ACSP HTTP handlers that supports routing, AJAX method invocation, automatic content-type negotiation, and HTTP verb filtering via attributes. Implements the RouteBase Implements the IHttpHandler Implements the IRequiresSessionState
|
|
|
GenericHandlerRoute<(Of <(<'T>)>)> |
A route that maps a URL pattern to an IHttpHandler of type T,
enabling ASP.NET routing integration for custom HTTP handlers.
Implements the AdvantageHandler
|
|
|
GenericHandlerRouteHandler<(Of <(<'T>)>)> |
Route handler that creates new instances of T to service matched routes.
Implements the IRouteHandler
|

