Share via


BaseRequest.AppendSegmentToRequestUrl(String) Method

Definition

Gets a URL that is the request builder's request URL with the segment appended.

public void AppendSegmentToRequestUrl (string urlSegment);
member this.AppendSegmentToRequestUrl : string -> unit
Public Sub AppendSegmentToRequestUrl (urlSegment As String)

Parameters

urlSegment
String

The segment to append to the request URL.

Applies to