GenericHandlerRoute<(Of <(<'T>)>)> Properties
The GenericHandlerRoute<(Of <(<'T>)>)> type exposes the following members.
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.) |

