HttpApplication.Application Özellik

Tanım

Bir uygulamanın geçerli durumunu alır.

public:
 property System::Web::HttpApplicationState ^ Application { System::Web::HttpApplicationState ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.HttpApplicationState Application { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Application : System.Web.HttpApplicationState
Public ReadOnly Property Application As HttpApplicationState

Özellik Değeri

HttpApplicationState

HttpApplicationState Geçerli isteğin için.

Öznitelikler

Açıklamalar

Bir uygulamanın geçerli durumu, birden çok istemciden gelen birden çok Web isteğiyle ilgili hem .NET Framework nesneleri hem de skaler değerleri depolamak için kullanabileceğiniz uygulama genelindeki nesnelerin anahtar/değer sözlüğünden oluşur.

Şunlara uygulanır