Table of Contents

Namespace Htmx.Components.Filters

Classes

OobResultFilterBase<T>

Base class for result filters that handle out-of-band (OOB) updates in HTMX responses. This abstract class provides the common infrastructure for processing attributes that trigger additional view renders to be included in HTMX responses for updating multiple page elements.

PageStateOobInjectorFilter

A result filter that automatically injects updated page state into HTMX responses when the page state has been modified during request processing. This filter ensures that page state changes are persisted in the client browser for subsequent HTMX requests.