Skip to main content

Definition

Assembly: System.Runtime.dll Namespace: System

Syntax

Summary

This type is defined in System.Runtime.

Remarks

See Microsoft documentation for more information about the rest of the API.

Methods

ToODataUri Extension

Extension method from System.EasyAF_Http_UriExtensions
Creates an properly-constructed OData Uri with the correct querystring values, if specified.

Syntax

Parameters

Returns

Type: System.Uri A new Uri instance with a properly-formatted OData-compatible query string.

Remarks

Inspired by https://github.com/radzenhq/radzen-blazor/blob/master/Radzen.Blazor/OData.cs#L235, but performs better.