WKUserContentController.AddContentRuleList(WKContentRuleList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified list of content rules.
[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
Parameters
- contentRuleList
- WKContentRuleList
The content rule list to add.
- Attributes