Home UriExtensions Class
UriExtensions Class
Cancel

UriExtensions Class

Namespace: Json.Schema

Inheritance: UriExtensions 🡒 object

Provides extensions on the System.Uri type.

Methods

GetParentUri(this Uri uri)

Gets the Uri to the parent object.

Declaration

1
public static Uri GetParentUri(this Uri uri)
ParameterTypeDescription
uriUriThe System.Uri of a resource, for which the parent Uri should be retrieved.

Returns

The parent System.Uri.

Contents