NSUrlComponents.FromUrl(NSUrl, Boolean) Method

Definition

The NSUrlComponents for the specified URL, optionally resolving to the base URL.

[Foundation.Export("componentsWithURL:resolvingAgainstBaseURL:")]
public static Foundation.NSUrlComponents FromUrl (Foundation.NSUrl url, bool resolvingAgainstBaseUrl);
static member FromUrl : Foundation.NSUrl * bool -> Foundation.NSUrlComponents

Parameters

url
NSUrl
resolvingAgainstBaseUrl
Boolean

Returns

Attributes

Applies to