Share via


WKContentRuleListStore.CompileContentRuleList Method

Definition

[Foundation.Export("compileContentRuleListForIdentifier:encodedContentRuleList:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CompileContentRuleList(string identifier, string encodedContentRuleList, Action<WebKit.WKContentRuleList,Foundation.NSError> completionHandler);
[<Foundation.Export("compileContentRuleListForIdentifier:encodedContentRuleList:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CompileContentRuleList : string * string * Action<WebKit.WKContentRuleList, Foundation.NSError> -> unit
override this.CompileContentRuleList : string * string * Action<WebKit.WKContentRuleList, Foundation.NSError> -> unit

Parameters

identifier
String
encodedContentRuleList
String
completionHandler
Action<WKContentRuleList,NSError>
Attributes

Applies to