AdvantageHandler Properties
The AdvantageHandler type exposes the following members.
Properties
Name | Description | |
---|---|---|
context |
Gets the context.
|
|
CurrentDomain |
Gets the current domain.
|
|
CurrentLanguage |
Gets the current language.
|
|
CurrentSql |
Gets the current SQL.
|
|
IsReusable | ||
ModuleEngine |
Gets the module engine.
|
|
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.
|
|
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.
|