LibManInstallExtensions.

WithProvider(LibManInstallSettings, CdnProvider) Method

Summary

Sets the cbn provider to retrieve the client side library from. Cannot set to Default.
Assembly
Cake.LibMan.dll
Namespace
Cake.LibMan.Install
Containing Type
LibManInstallExtensions

Syntax

public static LibManInstallSettings WithProvider(this LibManInstallSettings settings, CdnProvider provider)

Parameters

Name Type Description
settings LibManInstallSettings The settings.
provider CdnProvider Cdn Provider.

Return Value

Type Description
LibManInstallSettings The settings instance with Provider set to provider.