ODataBatchOperationRequestMessage.IODataPayloadUriConverter.ConvertPayloadUri 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.
Implements a custom URL resolution scheme.
Uri IODataPayloadUriConverter.ConvertPayloadUri (Uri baseUri, Uri payloadUri);
abstract member Microsoft.OData.IODataPayloadUriConverter.ConvertPayloadUri : Uri * Uri -> Uri
override this.Microsoft.OData.IODataPayloadUriConverter.ConvertPayloadUri : Uri * Uri -> Uri
Function ConvertPayloadUri (baseUri As Uri, payloadUri As Uri) As Uri Implements IODataPayloadUriConverter.ConvertPayloadUri
Parameters
- baseUri
- Uri
The (optional) base URI to use for the resolution.
- payloadUri
- Uri
The URI read from the payload.
Returns
A Uri instance that reflects the custom resolution of the method arguments into a URL or null if no custom resolution is desired; in that case the default resolution is used.