WKContentRuleListStore.FromUrl(NSUrl) 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.
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