UtilGeckoFxXulErrorPagesEnabled Property

Gets or sets a value that determines wheter xul error pages are enabled.

If xul error pages are disabled, the alert dialogue does not provide any means to override/ignore the error.

If xul error pages are enabld, you are given the option to override the error and walked through the process quite nicely.

Definition

Namespace: DevCase.ThirdParty.GeckoFx
Assembly: DevCase.net48.ThirdParty.GeckoFx (in DevCase.net48.ThirdParty.GeckoFx.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool XulErrorPagesEnabled { get; set; }

Property Value

Boolean
if extension blocklist is enabled, otherwise, .

Remarks

Recommended value:

See Also