System.Web.HttpContext.IsPostNotification Property

Gets a value that is the current processing point in the ASP.NET pipeline just after an System.Web.HttpApplication event has finished processing.

Syntax

public bool IsPostNotification { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HttpContext.IsPostNotification property is only supported with the integrated mode in iisver and at least the .NET Framework 3.0. When available, the property returns a Boolean value that indicates whether an event in the System.Web.HttpApplication object has finished processing.

The HttpContext.IsPostNotification property is not intended to be set. Instead, it is provided by iisver to the ASP.NET runtime for each notification. Setting the HttpContext.IsPostNotification property will result in a compilation error.

In scenarios where multiple events of the System.Web.HttpApplication object are handled by one event handler, you can use the HttpContext.IsPostNotification property in combination with the System.Web.RequestNotification enumeration to precisely determine where in the application lifecycle the current request is.

HttpContext.IsPostNotification 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