Edit

Share via


TestHttpRequestMessage.Path() Method

Version: Available or changed with runtime version 15.0.

Gets the path of the HTTP request unless a secret URI was set, in which case it's an empty string.

Syntax

Path :=   TestHttpRequestMessage.Path()

Note

This method can be invoked using property access syntax.

Parameters

TestHttpRequestMessage
 Type: TestHttpRequestMessage
An instance of the TestHttpRequestMessage data type.

Return Value

Path
 Type: Text
The path of the HTTP request if the request does not have a secret URI, otherwise an empty string.

TestHttpRequestMessage data type
Getting started with AL
Developing extensions