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)

public:
property RequestNotification CurrentNotification {
	virtual RequestNotification 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: