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 |
bool |
Determines whether the
Uri is a file.
static
|
To |
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 |
string |
Converts the
Uri into a base URI.
static
|
ToExpandedUriAsync |
Task |
Converts the specified
Uri
to its ‘expanded’ version.
static
|
To |
Task |
Converts the specified
Uri
to its ‘expanded’ version.
static
|
ToFileName |
string |
Converts the
Uri into its file name.
static
|
To |
Uri? |
Converts the
Uri into a relative URI from query.
static
|