ExtensionsFactory.RenderScripts(Page, Script[]) Method
Renders the specified scripts in the response.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public void RenderScripts(
Page page,
params Script[] scriptItems
)
Public Sub RenderScripts(
page As Page,
ParamArray scriptItems As Script()
)
Parameters
Name | Type | Description |
---|---|---|
page | Page | The page object. |
scriptItems | Script[] | An array of Script objects defining the attached scripts. |
See Also
Feedback