HttpContextBase.CurrentNotification Property

 

When overridden in a derived class, gets a RequestNotification value that indicates the HttpApplication event that is currently processing.

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

abstract CurrentNotification : RequestNotification with get
override CurrentNotification : RequestNotification with get

Property Value

Type: System.Web.RequestNotification

One of the RequestNotification values.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: