Skip to main content

BuilderFactory.StyleSheets(Action<StyleSheetSettings>) Method

Returns control-specific styles.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Common.v18.2.dll

Declaration

public IHtmlContent StyleSheets(
    Action<StyleSheetSettings> config
)

Parameters

Name Type Description
config Action<StyleSheetSettings>

Control rendering specific settings.

Returns

Type Description
IHtmlContent

An IHtmlContent instance that stores control-specific styles.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also