MobileControlsSection.SessionStateHistorySize Właściwość

Definicja

Pobiera lub ustawia rozmiar historii do użycia w celu zachowania stanu widoku aplikacji w sesji serwera. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public:
 property int SessionStateHistorySize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("sessionStateHistorySize", DefaultValue=6)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int SessionStateHistorySize { get; set; }
[<System.Configuration.ConfigurationProperty("sessionStateHistorySize", DefaultValue=6)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.SessionStateHistorySize : int with get, set
Public Property SessionStateHistorySize As Integer

Wartość właściwości

Rozmiar stosu historii. Wartość domyślna to 5.

Atrybuty

Dotyczy

Zobacz też