MobileControlsSection.SessionStateHistorySize Propiedad

Definición

Obtiene o establece el tamaño del historial que se va a utilizar para mantener el estado de vista de la aplicación en la sesión del servidor. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & 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

Valor de propiedad

Tamaño de la pila del historial. El valor predeterminado es 5.

Atributos

Se aplica a

Consulte también