BaseRequestBuilder.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 string AppendSegmentToRequestUrl (string urlSegment);
abstract member AppendSegmentToRequestUrl : string -> string
override this.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.