AnyUri ConstructorAnyUri ConstructorAnyUri Constructor

Initializes a new instance of the AnyUriAnyUriAnyUri class.

Overload List

 NameDescription
Public methodAnyUri (string)AnyUri (String)AnyUri (String^) Initializes a new instance of the AnyUriAnyUriAnyUri class with the specified URI.
Public methodAnyUri (string, string)AnyUri (String, String)AnyUri (String^, String^) Initializes a new instance of the AnyUriAnyUriAnyUri class from the specified base URI and relative URI string.
Public methodAnyUri (Uri)AnyUri (Uri)AnyUri (Uri^) Initializes a new instance of the AnyUriAnyUriAnyUri class from a UriUriUri.
Public methodAnyUri (AnyUri, string)AnyUri (AnyUri, String)AnyUri (AnyUri^, String^) Initializes a new instance of the AnyUriAnyUriAnyUri class from the specified base URI and relative URI string.
Public methodAnyUri (AnyUri, AnyUri)AnyUri (AnyUri, AnyUri)AnyUri (AnyUri^, AnyUri^) Initializes a new instance of the AnyUriAnyUriAnyUri class based on the combination of a specified AnyUriAnyUriAnyUri instance and a relative AnyUriAnyUriAnyUri instance.

Top