Class UriParsingHelper
Helper class for parsing Uri instances.
Namespace: Sartorius.SAF.Infrastructure
Assembly: Sartorius.SAF.dll
Syntax
public static class UriParsingHelper
Methods
View SourceGetAbsolutePath(Uri)
Gets the AbsolutePath part of uri.
Declaration
public static string GetAbsolutePath(Uri uri)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | uri | The Uri. |
Returns
| Type | Description |
|---|---|
| string |
GetQuery(Uri)
Gets the query part of uri.
Declaration
public static string GetQuery(Uri uri)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | uri | The Uri. |
Returns
| Type | Description |
|---|---|
| string |
ParseQuery(Uri)
Parses the query of uri into a dictionary.
Declaration
public static UriQuery ParseQuery(Uri uri)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | uri | The URI. |
Returns
| Type | Description |
|---|---|
| UriQuery |