HttpContextWrapper::CurrentNotification Property

 

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

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

public:
property RequestNotification CurrentNotification {
	virtual RequestNotification get() override;
}

Property Value

Type: System.Web::RequestNotification

One of the RequestNotification values.

.NET Framework
Available since 3.5
Return to top
Show: