WKUserContentController.RemoveContentRuleList(WKContentRuleList) 方法

定义

删除指定的内容规则列表。

[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

参数

contentRuleList
WKContentRuleList

要删除的内容规则列表。

属性

适用于