A simple class that checks if a site-wide maintenance page has been applied. If so, all requests are redirected to the maintenance page (unless the current user is the system admin).

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

Syntax

C#
public class MaintenancePageRedirecter : Control

Remarks

Class diagram

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    Phoenix.UI..::.MaintenancePageRedirecter

See Also