AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageHandler Methods

The AdvantageHandler type exposes the following members.

Methods


  Name Description
Public method AfterMethodInvoke
Intercept the execution right after the handler method is called
Public method DefaultContentType
Returns the default content type returned by the handler.
Public method DELETE
Deletes this instance.
Public method GET
Gets this instance.
Public method GetRouteData
When overridden in a derived class, returns route information about the request.
Public method 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.
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.
Public method Help
Prints an help page discribing the available methods on this handler.
Public method POST
Posts this instance.
Public method ProcessRequest
Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
Public method PUT
Puts this instance.
Public method SetResponseContentType
Sets the type of the response content.
Public method SiteSettings<(Of <<'(T>)>>)
Sites the settings.
Public method Static member ToQueryString
Converts to querystring.