Skip to content

DynamicScriptServiceCollectionExtensions.AddCssAndScriptBundling method

Registers the default service types related to CSS and script bundling.

public static IServiceCollection AddCssAndScriptBundling(this IServiceCollection collection)
parameter description
collection The service collection.

Return Value

The same service collection so that calls can be chained.

See Also