Skip to main content
.NET Framework 4.6.2+
  • The page you are viewing does not exist in the .NET 8.0+ platform documentation. This link will take you to the parent topic of the current section.

SystemAspNetModule Class

The module contained in the DevExpress.ExpressApp.Web.v25.1.dll assembly.

Namespace: DevExpress.ExpressApp.Web.SystemModule

Assembly: DevExpress.ExpressApp.Web.v25.1.dll

NuGet Package: DevExpress.ExpressApp.Web

Declaration

public sealed class SystemAspNetModule :
    ModuleBase,
    IModelXmlConverter

Remarks

The System Module comprises the following assemblies:

DevExpress.ExpressApp.v25.1.dll
Contains base classes and services that are used by DevExpress.ExpressApp.Blazor, DevExpress.ExpressApp.Win, and DevExpress.ExpressApp.Web assemblies.
DevExpress.ExpressApp.Blazor.v25.1.dll
Contains classes that are required in Blazor applications.
DevExpress.ExpressApp.Win.v25.1.dll
Contains classes that are required in Windows Forms applications.
DevExpress.ExpressApp.Web.v25.1.dll
Contains classes that are required in ASP.NET Web Forms applications.

The SystemAspNetModule class exposes properties whose values determine the behavior of ASP.NET Web Forms specific functionality. To set these properties, select the SystemAspNetModule component in the Application Designer‘s Modules section, and use the Properties window.

Implements

Inheritance

See Also