Skip to main content
Tab

ScriptCollection.Add() Method

In This Article

Adds a new script to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ResourceScript Add()

#Returns

Type Description
ResourceScript

A ResourceScript object that is the newly created script.

See Also