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.
Namespace: DevCase.ThirdParty.GeckoFxAssembly: 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; }
Public Shared Property SessionHistoryMaxViewers As Integer
Get
Set
Dim value As Integer
value = UtilGeckoFx.SessionHistoryMaxViewers
UtilGeckoFx.SessionHistoryMaxViewers = value
public:
static property int SessionHistoryMaxViewers {
int get ();
void set (int value);
}
static member SessionHistoryMaxViewers : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The maximum amount of pages that can be stored in memory.
Recommended value: 10