Edit

Share via


WKContentRuleListStore.LookUpContentRuleListAsync(String) Method

Definition

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

public virtual System.Threading.Tasks.Task<WebKit.WKContentRuleList> LookUpContentRuleListAsync (string identifier);
abstract member LookUpContentRuleListAsync : string -> System.Threading.Tasks.Task<WebKit.WKContentRuleList>
override this.LookUpContentRuleListAsync : string -> System.Threading.Tasks.Task<WebKit.WKContentRuleList>

Parameters

identifier
String

The identifer for the rule list to look up.

Returns

A task that represents the asynchronous LookUpContentRuleList operation. The value of the TResult parameter is of type System.Action<WebKit.WKContentRuleList,Foundation.NSError>.

Applies to