AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageCMS.Core.Common.BaseClasses.Handler Namespace

Classes


  Class Description
Public class 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
Public class 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
Public class GenericHandlerRouteHandler<(Of <(<'T>)>)>
Route handler that creates new instances of T to service matched routes. Implements the IRouteHandler