DataServiceQuery<TElement>.AppendRequestUri(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.
Get a new URI string by adding nextSegment
to the original one.
public virtual string AppendRequestUri (string nextSegment);
abstract member AppendRequestUri : string -> string
override this.AppendRequestUri : string -> string
Public Overridable Function AppendRequestUri (nextSegment As String) As String
Parameters
- nextSegment
- String
Name of the action.
Returns
The new URI string.