UtilGeckoFxSessionHistoryMaxViewers Property

Gets or sets the maximum amount of pages that can be stored in memory.

Pages that were recently visited are stored in memory in such a way that they don't have to be re-parsed (this is different from the memory cache).

This improves performance when pressing Back and Forward buttons.

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 int SessionHistoryMaxViewers { get; set; }

Property Value

Int32
The maximum amount of pages that can be stored in memory.

Remarks

Recommended value: 10

See Also