ScriptRecorderAspNetModule.Setup(XafApplication) Method
In This Article
Sets up the ScriptRecorderAspNetModule after it has been added to the XafApplication.Modules collection.
Namespace: DevExpress.ExpressApp.ScriptRecorder.Web
Assembly: DevExpress.ExpressApp.ScriptRecorder.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ScriptRecorder.Web
#Declaration
public override void Setup(
XafApplication application
)
#Parameters
Name | Type | Description |
---|---|---|
application | Xaf |
An Xaf |
#Remarks
This method is not intended to be called from your code.
See Also