BuilderFactory.Scripts() Method
Returns control-specific scripts located on a web page.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Common.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Common
Declaration
public IHtmlContent Scripts()
Returns
Type | Description |
---|---|
IHtmlContent | An IHtmlContent instance that stores control-specific scripts. |
See Also