Share via


HostedWebApplicationAppInitString.UseNewBrowserProcess Property

Definition

Gets or sets a Boolean value that specifies whether the application uses new browser process.

public:
 property bool UseNewBrowserProcess { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public bool UseNewBrowserProcess { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.UseNewBrowserProcess : bool with get, set
Public Property UseNewBrowserProcess As Boolean

Property Value

true if the application uses new browser process; otherwise, false.

Attributes

Applies to