CefUrlParts Class |
Namespace: Internal.Xilium.CefGlue
public sealed class CefUrlParts
The CefUrlParts type exposes the following members.
Name | Description | |
---|---|---|
![]() | CefUrlParts | Initializes a new instance of the CefUrlParts class |
Name | Description | |
---|---|---|
![]() | Host |
Host component. This may be a hostname, an IPv4 address or an IPv6 literal
surrounded by square brackets (e.g., "[2001:db8::1]").
|
![]() | Origin |
Origin contains just the scheme, host, and port from a URL. Equivalent to
clearing any username and password, replacing the path with a slash, and
clearing everything after that. This value will be empty for non-standard
URLs.
|
![]() | Password |
Password component.
|
![]() | Path |
Path component including the first slash following the host.
|
![]() | Port |
Port number component.
|
![]() | Query |
Query string component (i.e., everything following the '?').
|
![]() | Scheme |
Scheme component not including the colon (e.g., "http").
|
![]() | Spec |
The complete URL specification.
|
![]() | UserName |
User name component.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) |
![]() | PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |