IWebContext is defined in the Telligent.Evolution.Extensibility.UI.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface IWebContext
{
NameValueCollection QueryString { get; }
string Url { get; }
int UserId { get; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| QueryString | NameValueCollection | |||
| Url | string | |||
| UserId | int |