NSUrlComponents.FromUrl(NSUrl, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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