CoreWebView2ClusterEnvironmentOptions.PerHostProfileIsolation 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.
When true (the default), the effective profile name is namespaced
per host application to prevent accidental cross-app profile use. This
is anti-misuse, not a security boundary.
public bool PerHostProfileIsolation { get; set; }
member this.PerHostProfileIsolation : bool with get, set
Public Property PerHostProfileIsolation As Boolean