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