SystemWebViewOptions.iOSHidePrivacyPrompt Property
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.
This hides the privacy prompt displayed on iOS Devices (ver 13.0+) when set to true. By default, it is false and displays the prompt.
public bool iOSHidePrivacyPrompt { get; set; }
member this.iOSHidePrivacyPrompt : bool with get, set
Public Property iOSHidePrivacyPrompt As Boolean