AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

GenericHandlerRoute<(Of <(<'T>)>)> Methods

The GenericHandlerRoute<(Of <(<'T>)>)> type exposes the following members.

Methods


  Name Description
Public method AfterMethodInvoke
Intercept the execution right after the handler method is called
(Inherited from AdvantageHandler.)
Public method DefaultContentType
Returns the default content type returned by the handler.
(Inherited from AdvantageHandler.)
Public method DELETE
Handles HTTP DELETE requests. Override in derived classes to provide custom DELETE logic.
(Inherited from AdvantageHandler.)
Public method Dispose
Releases the SQL connection held by this handler instance.
(Inherited from AdvantageHandler.)
Public method GET
Handles HTTP GET requests. Override in derived classes to provide custom GET logic.
(Inherited from AdvantageHandler.)
Public method GetRouteData
Gets the route data.
Public method GetVirtualPath
Gets the virtual path.
Public method HandleRequest
Method used to handle the request as a normal ASHX. To use this method just pass handlerequest=true on the request query string.
(Inherited from AdvantageHandler.)
Public method Help
Generates an HTML help page describing the available methods on this handler, including parameter types and sample jQuery AJAX call syntax.
(Inherited from AdvantageHandler.)
Public method POST
Handles HTTP POST requests. Override in derived classes to provide custom POST logic.
(Inherited from AdvantageHandler.)
Public method ProcessRequest
Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
(Inherited from AdvantageHandler.)
Public method PUT
Handles HTTP PUT requests. Override in derived classes to provide custom PUT logic.
(Inherited from AdvantageHandler.)
Public method SetResponseContentType
Sets the type of the response content.
(Inherited from AdvantageHandler.)
Public method SiteSettings<(Of <<'(T>)>>)
Retrieves the published domain-level site settings of the specified type. Returns a new default instance if no published settings are found.
(Inherited from AdvantageHandler.)