Skip to main content

BuilderFactory.Scripts(Action<ScriptSettings>) Method

Returns control-specific scripts located on a web page.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Common.v23.2.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