The members of Foundation.NSUrlComponents are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor, initializes a new instance of this class. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Fragment | string. The fragment of the URL corresponding to RFC 1808. For instance, http://foo.bar/bat#baz returns 'baz'. | |
| Host | string. Documentation for this section has not yet been entered. | |
| Password | string. Documentation for this section has not yet been entered. | |
| Path | string. Documentation for this section has not yet been entered. | |
| PercentEncodedFragment | string. Documentation for this section has not yet been entered. | |
| PercentEncodedHost | string. Documentation for this section has not yet been entered. | |
| PercentEncodedPassword | string. Documentation for this section has not yet been entered. | |
| PercentEncodedPath | string. Documentation for this section has not yet been entered. | |
| PercentEncodedQuery | string. Documentation for this section has not yet been entered. | |
| PercentEncodedUser | string. Documentation for this section has not yet been entered. | |
| Port | NSNumber. Documentation for this section has not yet been entered. | |
| Query | string. Documentation for this section has not yet been entered. | |
| QueryItems | NSUrlQueryItem[]. Documentation for this section has not yet been entered. | |
| Scheme | string. Documentation for this section has not yet been entered. | |
| [read-only] | Url | NSUrl. Documentation for this section has not yet been entered. |
| User | string. Documentation for this section has not yet been entered. |
AsString()Documentation for this section has not yet been entered. | ||
Copy(NSZone)Performs a copy of the underlying Objective-C object. | ||
static | FromString(string)Attempts to parse a string into NSUrlComponents. | |
static | FromUrl(NSUrl, bool)The NSUrlComponents for the specified URL, optionally resolving to the base URL. | |
GetRelativeUrl(NSUrl)Documentation for this section has not yet been entered. | ||