WKContentRuleListStore.FromUrl(NSUrl) Method

Definition

Creates and returns a rule list store object from the provided url.

[Foundation.Export("storeWithURL:")]
public static WebKit.WKContentRuleListStore FromUrl (Foundation.NSUrl url);
static member FromUrl : Foundation.NSUrl -> WebKit.WKContentRuleListStore

Parameters

url
NSUrl

The location of a directory that contains compiled rule lists from which to create the new store.

Returns

Attributes

Applies to