BuilderFactory.Scripts(Action<ScriptSettings>) Method
In This Article
Returns control-specific scripts located on a web page.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Common.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Common
#Declaration
C#
public IHtmlContent Scripts(
Action<ScriptSettings> config
)
#Parameters
Name | Type | Description |
---|---|---|
config | Action<Script |
A method that configures the script settings. |
#Returns
Type | Description |
---|---|
IHtml |
An IHtml |
See Also