You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component does not currently expose any parameters.
Examples
Add a link to a simple alert. You can use any attributes for an <a> element on the AlertLink component too. These will be added to the resulting <a> element.
@using BlazorBootstrap.Components
<AlertColor="NamedColor.Success">
We have received your order! You can follow the delivery <AlertLinkhref="https://..." target="_blank">here</AlertLink>.
</Alert>