다음을 통해 공유


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

추가할 콘텐츠 규칙 목록입니다.

특성

적용 대상