Edit

Share via


WKContentRuleListStore.LookUpContentRuleList Method

Definition

Passes the content rule list that is specified by the provided identifier to the specified completionHandler.

[Foundation.Export("lookUpContentRuleListForIdentifier:completionHandler:")]
public virtual void LookUpContentRuleList (string identifier, Action<WebKit.WKContentRuleList,Foundation.NSError> completionHandler);
abstract member LookUpContentRuleList : string * Action<WebKit.WKContentRuleList, Foundation.NSError> -> unit
override this.LookUpContentRuleList : string * Action<WebKit.WKContentRuleList, Foundation.NSError> -> unit

Parameters

identifier
String

The identifer for the rule list to look up.

completionHandler
Action<WKContentRuleList,NSError>

A handler to run on the retrieved list.

Attributes

Applies to