HttpApplication.ReleaseRequestState Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs after ASP.NET finishes executing all request event handlers. This event causes state modules to save the current state data.
public:
event EventHandler ^ ReleaseRequestState;
public event EventHandler ReleaseRequestState;
member this.ReleaseRequestState : EventHandler
Public Custom Event ReleaseRequestState As EventHandler
Event Type
Remarks
When the ReleaseRequestState event is raised, the application is finished with the request and ASP.NET is signaled to store the request state.
For more information about how to handle events, see Handling and Raising Events.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.