Compartilhar via


WKUserContentController.RemoveContentRuleList(WKContentRuleList) Método

Definição

Remove a lista de regras de conteúdo especificada.

[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

Parâmetros

contentRuleList
WKContentRuleList

A lista de regras de conteúdo a ser removida.

Atributos

Aplica-se a