WKContentRuleListStore.CompileContentRuleList 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.
[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