Back to Devexpress

ExtensionsFactory.RenderScripts(Page, Script[]) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-ui-dot-extensionsfactory-dot-renderscripts-x28-system-dot-web-dot-ui-dot-page-devexpress-dot-web-dot-mvc-dot-ui-dot-script-x29.md

latest1.7 KB
Original Source

ExtensionsFactory.RenderScripts(Page, Script[]) Method

Renders the specified scripts in the response.

Namespace : DevExpress.Web.Mvc.UI

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public void RenderScripts(
    Page page,
    params Script[] scriptItems
)
vb
Public Sub RenderScripts(
    page As Page,
    ParamArray scriptItems As Script()
)

Parameters

NameTypeDescription
pagePage

The page object.

| | scriptItems | Script[] |

An array of Script objects defining the attached scripts.

|

See Also

GetScripts(Script[])

Manual Integration into an Existing Project

ExtensionsFactory Class

ExtensionsFactory Members

DevExpress.Web.Mvc.UI Namespace