ExtensionsFactory.RenderScripts(Page, Script[]) Method
Renders the specified scripts in the response.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
page | Page | The page object. |
scriptItems | Script[] | An array of Script objects defining the attached scripts. |
See Also