Interface IInputModelBuilder
- Namespace
- Htmx.Components.Models.Builders
- Assembly
- Htmx.Components.dll
Interface for input model builders that can create IInputModel instances. Provides a common contract for building input models regardless of their specific generic types.
public interface IInputModelBuilder
- Extension Methods
Methods
Build()
Builds the input model instance asynchronously.
Task<IInputModel> Build()
Returns
- Task<IInputModel>
A task that represents the asynchronous build operation, containing the built input model