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

BuilderFactory.Scripts(Action<ScriptSettings>) Method

Returns control-specific scripts located on a web page.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Common.v21.1.dll

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public IHtmlContent Scripts(
    Action<ScriptSettings> config
)

Parameters

Name Type Description
config Action<ScriptSettings>

A method that configures the script settings.

Returns

Type Description
IHtmlContent

An IHtmlContent instance that stores control-specific scripts.

See Also