BaseRequest.AppendSegmentToRequestUrl(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.