Skip to main content
Tab

ASPxHttpHandlerModule.Subscribe(IHttpModuleSubscriber, Boolean) Method

For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public static void Subscribe(
    IHttpModuleSubscriber subscriber,
    bool registerTypeOnce
)

Parameters

Name Type
subscriber DevExpress.Web.IHttpModuleSubscriber
registerTypeOnce Boolean
See Also