UriExtensions Class
Extensions of Uri
Namespace
Songhay.Extensions
Base Types
  • object
graph BT Type-->Base0["object"] Type["UriExtensions"] class Type type-node

Syntax

public static class UriExtensions

Methods

Name Return Value Summary
IsProbablyAFile(Uri?) bool
Determines whether the Uri is a file.
static
ToAzureStorageCanonicalizedResourceLocation(Uri?, string) string
This part of the signature string represents the storage account targeted by the request. Will also include any additional query parameters/values. For ListContainers, this will return something like this: /storageaccountname/\ncomp:list
static
ToBaseUri(Uri?) string
Converts the Uri into a base URI.
static
ToExpandedUriAsync(Uri?) Task<Uri?>
Converts the specified Uri to its ‘expanded’ version.
static
ToExpandedUriPairAsync(Uri?) Task<KeyValuePair<Uri?, Uri?>>
Converts the specified Uri to its ‘expanded’ version.
static
ToFileName(Uri?) string
Converts the Uri into its file name.
static
ToRelativeUriFromQuery(Uri?) Uri?
Converts the Uri into a relative URI from query.
static