次の方法で共有


WKUserContentController.AddContentRuleList(WKContentRuleList) メソッド

定義

指定したコンテンツ ルールの一覧を追加します。

[Foundation.Export("addContentRuleList:")]
[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 AddContentRuleList (WebKit.WKContentRuleList contentRuleList);
abstract member AddContentRuleList : WebKit.WKContentRuleList -> unit
override this.AddContentRuleList : WebKit.WKContentRuleList -> unit

パラメーター

contentRuleList
WKContentRuleList

追加するコンテンツ ルールの一覧。

属性

適用対象