System.Web.HttpContext.CurrentNotification Property

Gets a System.Web.RequestNotification value that indicates the current System.Web.HttpApplication event that is processing.

Syntax

public RequestNotification CurrentNotification { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HttpContext.CurrentNotification property requires the integrated pipeline mode in iisver and at least the .NET Framework versionĀ 3.0. When available, the property returns a System.Web.RequestNotification value. The value of the HttpContext.CurrentNotification property indicates which event in the System.Web.HttpApplication instance is currently processing the request.

The HttpContext.CurrentNotification property is not intended to be set. Instead, it is set by iisver during the processing of the request in the ASP.NET pipeline. Setting the HttpContext.CurrentNotification property will result in a compilation error.

HttpContext.CurrentNotification is introduced in the .NET Framework version 3.5. For more information, see The .NET Framework 3.5 Architecture.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0