Get the request URL
Namespace: Ingeniux.RuntimeAssembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)
Syntax
| C# |
|---|
public string URL { get; protected set; } |
| Visual Basic |
|---|
Public Property URL As String Get Protected Set |
| Visual C++ |
|---|
public: virtual property String^ URL { String^ get () sealed; protected: void set (String^ value) sealed; } |