Global access to ASP.NET application events.

Namespace:  Phoenix.UI
Assembly:  Phoenix.UI (in Phoenix.UI.dll) Version: 2.9.3209.25658 (2.9.0.0)

Syntax

C#
public class Global : HttpApplication, IHttpModule

Remarks

This class is identical to the standard global_asax class that is generated when a global class is introduced to a web application.

Remarks

Class diagram

Inheritance Hierarchy

System..::.Object
  System.Web..::.HttpApplication
    Phoenix.UI..::.Global

See Also