Skip to main content

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

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