IHttpCallback
is defined in the Telligent.Evolution.Extensibility.UI.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IHttpCallback : IPlugin { void ProcessRequest(HttpContextBase httpContext); void SetController(IHttpCallbackController controller); }
Methods
void ProcessRequest(HttpContextBase httpContext);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
httpContext | HttpContextBase | Http Context | Required |
void SetController(IHttpCallbackController controller);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
controller | IHttpCallbackController | Controller | Required |