ExtensionsFactory.RenderScripts(Page, Script[]) Method
In This Article
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. |
script |
Script[] | An array of Script objects defining the attached scripts. |
See Also