The PhoenixHandler class is used as a base class to facilitate the process of handling custom actions on a given object within the system. Generally, it will check an "id" parameter on the querystring, load the appropriate object from the database and hand off control to the handler of that object type.

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

Syntax

C#
public abstract class PhoenixHandler : IHttpHandler

Remarks

The class diagram below shows the handler classes that have derived from PhoenixHandler.

Inheritance Hierarchy

See Also