Table of Contents

Interface IView

Namespace
Blazing.Mvvm.Components
Assembly
Blazing.Mvvm.dll

Represents a View in the MVVM pattern. This interface is used as a marker for Blazor components or pages that act as Views and participate in MVVM navigation and lifecycle management.

public interface IView : IDisposable

Implements

Remarks

Implementing this interface allows a component to be recognized as a View for navigation and disposal purposes.