HttpApplication.AcquireRequestState Event (System.Web) (original) (raw)

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 when ASP.NET acquires the current state (for example, session state) that is associated with the current request.

public:
 event EventHandler ^ AcquireRequestState;
public event EventHandler AcquireRequestState;
member this.AcquireRequestState : EventHandler 
Public Custom Event AcquireRequestState As EventHandler 

Event Type

Examples

For an example of handling the AcquireRequestState event, see the HttpApplication overview topic.

Remarks

The AcquireRequestState event is raised after the event handler has been created.

For more information about how to handle events, see Handling and Raising Events.

Applies to

See also


Feedback

Was this page helpful?

No

Need help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?