{CompanyName} FlexyGo

Global_asax..::..Application_BeginRequest Method

Handles the BeginRequest event of the Application control.

Namespace:  FLEXYGO
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


public void Application_BeginRequest(
	Object sender,
	EventArgs e
)
Public Sub Application_BeginRequest ( _
	sender As Object, _
	e As EventArgs _
)

Parameters

sender
Type: Object
The source of the event.
e
Type: EventArgs
The EventArgs instance containing the event data.