Skip to main content
A newer version of this page is available. .

ExtensionsFactory.RenderScripts(Page, Script[]) Method

Renders the specified scripts in the response.

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public void RenderScripts(
    Page page,
    params Script[] scriptItems
)

Parameters

Name Type Description
page Page

The page object.

scriptItems Script[]

An array of Script objects defining the attached scripts.

See Also