Class RelativeUri
Represents a relative URI.
Implements
Inherited Members
Namespace: Recore
Assembly: Recore.dll
Syntax
[JsonConverter(typeof(RelativeUriConverter))]
public class RelativeUri : Uri, ISerializable
Constructors
| Improve this Doc View SourceRelativeUri(String)
Initializes a new instance of RelativeUri with the given URI.
Declaration
public RelativeUri(string uriString)
Parameters
Type | Name | Description |
---|---|---|
String | uriString |
Methods
| Improve this Doc View SourceTryCreate(String, out RelativeUri)
Creates a new RelativeUri. Does not throw an exception if the RelativeUri cannot be created.
Declaration
public static bool TryCreate(string uriString, out RelativeUri result)
Parameters
Type | Name | Description |
---|---|---|
String | uriString | |
RelativeUri | result |
Returns
Type | Description |
---|---|
Boolean |