Url Class |
Namespace: Aspose.Html
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 | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToJson |
Returns a String that represents this instance.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |