WKWebViewConfiguration.DataDetectorTypes Property

Definition

Gets or sets the flag value that controls what kinds of inline data, such as phone numbers or urls, are detected and hotlinked.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual WebKit.WKDataDetectorTypes DataDetectorTypes { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("dataDetectorTypes", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setDataDetectorTypes:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.DataDetectorTypes : WebKit.WKDataDetectorTypes with get, set

Property Value

Attributes

Applies to