Table of Contents

Class Snackbar

Namespace
MudBlazor
Assembly
MudBlazor.dll
public class Snackbar : IDisposable
Inheritance
Snackbar
Implements
Inherited Members
Extension Methods

Properties

Message

public string Message { get; }

Property Value

string

Severity

public Severity Severity { get; }

Property Value

Severity

Methods

Dispose()

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

ForceClose()

Forcibly close the snackbar without performing any animations.

public void ForceClose()

PauseTransitions(bool)

public void PauseTransitions(bool pause)

Parameters

pause bool

Events

OnClose

public event Action<Snackbar> OnClose

Event Type

Action<Snackbar>

OnUpdate

public event Action OnUpdate

Event Type

Action