HttpApplication::PreSendRequestContent Event

 

Occurs just before ASP.NET sends content to the client.

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

public:
event EventHandler^ PreSendRequestContent {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

The PreSendRequestContent event may occur multiple times.

For more information about how to handle events, see NIB: Consuming Events.

.NET Framework
Available since 1.1
Return to top
Show: