IBaseRequestBuilder.AppendSegmentToRequestUrl(String) Method

Definition

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

public string AppendSegmentToRequestUrl (string urlSegment);
abstract member AppendSegmentToRequestUrl : string -> string
Public Function AppendSegmentToRequestUrl (urlSegment As String) As String

Parameters

urlSegment
String

The segment to append to the request URL.

Returns

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

Applies to