IHttpCallbackController
is defined in the Telligent.Evolution.Extensibility.UI.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IHttpCallbackController { string GetUrl(); string GetUrl(NameValueCollection queryString); }
Methods
string GetUrl();
Return Type
string
string GetUrl(NameValueCollection queryString);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
queryString | NameValueCollection | Query String | Required |
Return Type
string