Gets the request path (relative).

Namespace: Ingeniux.Runtime
Assembly: 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;
}

Property Value

Type: String

Implements

ICMSEnvironment..::..RequestPath

See Also