Click or drag to resize

ClientAssetsBootstrapJs Field

Bootstrap 5 core JavaScript: the bundle (includes Popper) followed by the bootstrap-select Bootstrap 5 integration (configures the selectpicker dependency and patches two BS5-specific bootstrap-select bugs). The application code calls the native bootstrap.* API directly, so no jQuery-plugin compatibility bridge is loaded. The integration must load right after the bundle and before the application scripts.

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static readonly List<ClientAsset> BootstrapJs

Field Value

ListClientAsset
See Also