Class CodedUrlParser
The parser for a Coded-URL
Inherited Members
Namespace:FubarDev.WebDavServer.Model.Headers
Assembly:FubarDev.WebDavServer.dll
Syntax
public static class CodedUrlParser
Methods
| Improve this Doc View SourceParse(String)
Parse the Coded-URL
from a source langword_csharp_string
Declaration
public static Uri Parse([NotNull] string source)
Parameters
Type | Name | Description |
---|---|---|
String | source | The langword_csharp_string to parse the |
Returns
Type | Description |
---|---|
Uri | The parsed |
TryParse(String, out Uri)
Tries to parse the Coded-URL
from a source langword_csharp_string
Declaration
public static bool TryParse([NotNull] string source, out Uri codedUrl)
Parameters
Type | Name | Description |
---|---|---|
String | source | The langword_csharp_string to parse the |
Uri | codedUrl | The parsed |
Returns
Type | Description |
---|---|
Boolean | true when the |