Url Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of Url.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Url(String) | Initializes a new instance of Url for the specified path. | |
Url(Url, String) | Initializes a new instance of Url that is based on the specified base Url and relative path. |
Top