Overload | Description |
---|---|
NUri Constructor(String) | Creates an absolute URI from the given string. Throws an exception if the given string does not represent a valid absolute URI. |
NUri Constructor(String,ENUriKind) | Creates an URI of the specified kind from the given string. Throws an exception if the URI string is not valid. |
NUri Constructor(NUri) | Copy constructor. |
NUri Constructor() |