AdvantageHandler Members
The AdvantageHandler type exposes the following members.
Methods
Name | Description | |
---|---|---|
AfterMethodInvoke |
Intercept the execution right after the handler method is called
|
|
DefaultContentType |
Returns the default content type returned by the handler.
|
|
DELETE |
Deletes this instance.
|
|
GET |
Gets this instance.
|
|
GetRouteData |
When overridden in a derived class, returns route information about the request.
|
|
GetVirtualPath |
When overridden in a derived class, checks whether the route matches the specified values, and if so, generates a URL and retrieves information about the route.
|
|
HandleRequest |
Method used to handle the request as a normal ASHX.
To use this method just pass handlerequest=true on the request query string.
|
|
Help |
Prints an help page discribing the available methods on this handler.
|
|
POST |
Posts this instance.
|
|
ProcessRequest |
Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
|
|
PUT |
Puts this instance.
|
|
SetResponseContentType |
Sets the type of the response content.
|
|
SiteSettings<(Of <<'(T>)>>) |
Sites the settings.
|
|
ToQueryString |
Converts to querystring.
|
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.
|