WKContentRuleListStore.LookUpContentRuleList 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.
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