WKUserContentController.RemoveContentRuleList(WKContentRuleList) Method

Definition

Removes the specified content rule list.

[Foundation.Export("removeContentRuleList:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveContentRuleList (WebKit.WKContentRuleList contentRuleList);
abstract member RemoveContentRuleList : WebKit.WKContentRuleList -> unit
override this.RemoveContentRuleList : WebKit.WKContentRuleList -> unit

Parameters

contentRuleList
WKContentRuleList

The content rule list to remove.

Attributes

Applies to