Skip to main content

Types

Classes

NameSummary
AppStateBaseA base class to control application-wide state in a Blazor app.
BlazorObservableA base class for Blazor ViewModels to implement INotifyPropertyChanged and IDisposable.
HtmlA port of the ASP.NET MVC HtmlHelper class to Blazor.
InterfaceElementRepresents the basic parts of any HTML element.
JsModuleA wrapper that makes it easier to dynamically import JavaScript modules in Blazor. Can be used as the foundation to build strongly-typed .NET wrappers around JavaScript libraries.
LoadingStatusOutlines the different phases of the loading cycle.
StateHasChangedConfig
StateHasChangedDebugModeDefines how BlazorObservables are monitored to reduce the number of times StateHasChanged is fired.
StateHasChangedDelayModeDefines how BlazorObservables are monitored to reduce the number of times StateHasChanged is fired.
ViewModelBaseA base class for your Blazor MVVM implementation that gives you access to all the useful stuff Blazor and BlazorEssentials inject into the app.
_Imports

Enums

NameSummary
LoadingStatusOutlines the different phases of the loading cycle.
StateHasChangedDebugModeDefines how BlazorObservables are monitored to reduce the number of times StateHasChanged is fired.
StateHasChangedDelayModeDefines how BlazorObservables are monitored to reduce the number of times StateHasChanged is fired.