WebApplication() Constructor
Initializes a new instance of the WebApplication class.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Remarks
You can handle the WebApplication.ApplicationCreated event, to perform additional initialization, as it is triggered in this constructor.
See Also