Property | Type | Description |
---|---|---|
Defaults | GlobalSettings |
Global settings for the Havit Blazor Components library. |
Method | Type | Description |
---|---|---|
RenderBootstrapCssReference (BootstrapFlavor bootstrapFlavor) | string |
Renders the <link> tag that references the corresponding Bootstrap CSS.To be used in _Layout.cshtml as @Html.Raw(HxSetup.RenderBootstrapCssReference()) . |
RenderBootstrapJavaScriptReference () | string |
Renders the <script> tag that references the corresponding Bootstrap JavaScript bundle with Popper.To be used in _Layout.cshtml as @Html.Raw(HxSetup.RenderBootstrapJavaScriptReference()) . |