| Url Class |
Namespace: Aspose.Svg
The Url type exposes the following members.
| Name | Description | |
|---|---|---|
| Url(String) |
Initializes a new instance of the Url with the specified URL.
| |
| Url(String, String) |
Initializes a new instance of the Url with the specified URL
and base URL.
|
| Name | Description | |
|---|---|---|
| Hash |
Gets or sets a string representation for the specified URL hash segment.
| |
| Host |
Gets or sets a string representation for the specified URL host.
| |
| Hostname |
Gets or sets a string representation for the specified URL hostname.
| |
| Href |
Gets or sets a serialized representation for the specified URL instance.
| |
| Origin |
Gets a string representation for the specified URL origin.
| |
| Password |
Gets or sets a string representation for the specified URL password.
| |
| Pathname |
Gets or sets a string representation for the specified URL path.
| |
| Port |
Gets or sets a string representation for the specified URL port.
| |
| Protocol |
Gets or sets a string representation for the specified URL schema.
| |
| Search |
Gets or sets a string representation for the specified URL search segment.
| |
| SearchParams |
Gets an associated IUrlSearchParams object.
| |
| Username |
Gets or sets a string representation for the specified URL username.
|
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToJson |
Returns a String that represents this instance.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |