GenericHandlerRoute<(Of <(<'T>)>)> Members
The GenericHandlerRoute<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
GenericHandlerRoute<(Of <(<'T>)>)> |
Initializes a new instance of the GenericHandlerRoute<(Of <(<'T>)>)> class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
AfterMethodInvoke |
Intercept the execution right after the handler method is called
(Inherited from AdvantageHandler.) |
|
|
DefaultContentType |
Returns the default content type returned by the handler.
(Inherited from AdvantageHandler.) |
|
|
DELETE |
Handles HTTP DELETE requests. Override in derived classes to provide custom DELETE logic.
(Inherited from AdvantageHandler.) |
|
|
Dispose |
Releases the SQL connection held by this handler instance.
(Inherited from AdvantageHandler.) |
|
|
GET |
Handles HTTP GET requests. Override in derived classes to provide custom GET logic.
(Inherited from AdvantageHandler.) |
|
|
GetRouteData |
Gets the route data.
|
|
|
GetVirtualPath |
Gets the virtual path.
|
|
|
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.) |
|
|
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.) |
|
|
POST |
Handles HTTP POST requests. Override in derived classes to provide custom POST logic.
(Inherited from AdvantageHandler.) |
|
|
ProcessRequest |
Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
(Inherited from AdvantageHandler.) |
|
|
PUT |
Handles HTTP PUT requests. Override in derived classes to provide custom PUT logic.
(Inherited from AdvantageHandler.) |
|
|
SetResponseContentType |
Sets the type of the response content.
(Inherited from AdvantageHandler.) |
|
|
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.) |
Properties
| Name | Description | |
|---|---|---|
|
|
context |
Gets the context.
(Inherited from AdvantageHandler.) |
|
|
CurrentDomain |
Gets the current domain.
(Inherited from AdvantageHandler.) |
|
|
CurrentLanguage |
Gets the current language.
(Inherited from AdvantageHandler.) |
|
|
CurrentSql |
Gets the current SQL.
(Inherited from AdvantageHandler.) |
|
|
IsReusable | (Inherited from AdvantageHandler.) |
|
|
ModuleEngine |
Gets the module engine.
(Inherited from AdvantageHandler.) |
|
|
RouteUrl |
Gets or sets the route URL.
|
|
|
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.) |
|
|
SkipDefaultSerialization |
Setting this to true will make the handler respond with exactly what the called method returned,
bypassing automatic serialization. If false, the handler will serialize the content based on the ContentType.
(Inherited from AdvantageHandler.) |

