AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

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

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

Constructors


  Name Description
Public method GenericHandlerRoute<(Of <(<'T>)>)>
Initializes a new instance of the GenericHandlerRoute<(Of <(<'T>)>)> class.

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
Deletes this instance.
(Inherited from AdvantageHandler.)
Public method GET
Gets this instance.
(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
Prints an help page discribing the available methods on this handler.
(Inherited from AdvantageHandler.)
Public method POST
Posts this instance.
(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
Puts this instance.
(Inherited from AdvantageHandler.)
Public method SetResponseContentType
Sets the type of the response content.
(Inherited from AdvantageHandler.)
Public method SiteSettings<(Of <<'(T>)>>)
Sites the settings.
(Inherited from AdvantageHandler.)

Properties


  Name Description
Public property context
Gets the context.
(Inherited from AdvantageHandler.)
Public property CurrentDomain
Gets the current domain.
(Inherited from AdvantageHandler.)
Public property CurrentLanguage
Gets the current language.
(Inherited from AdvantageHandler.)
Public property CurrentSql
Gets the current SQL.
(Inherited from AdvantageHandler.)
Public property IsReusable (Inherited from AdvantageHandler.)
Public property ModuleEngine
Gets the module engine.
(Inherited from AdvantageHandler.)
Public property RouteUrl
Gets or sets the route URL.
Public property SkipContentTypeEvaluation
Setting this to true will avoid the handler to change the content type wither to its default value or to its specified value on the request. This is useful if you're handling the request yourself and need to specify it yourself.
(Inherited from AdvantageHandler.)
Public property SkipDefaultSerialization
Setting this to false will make the handler to respond with exacly what the called method returned. If true the handler will try to serialize the content based on the ContentType set.
(Inherited from AdvantageHandler.)