HtmlForgeX

API Reference

Class

FormFor

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers static

Fluent builder for typed forms.

Inheritance

  • Object
  • FormFor

Methods

public static TablerForm FormForModel<T>(TablerCardBody body, T model, Action<FormForOptions> configure = null) #
Returns: TablerForm

Type Parameters

T

Parameters

body TablerCardBody requiredposition: 0
model T requiredposition: 1
configure Action<FormForOptions> = null optionalposition: 2
FormForModel``1(HtmlForgeX.TablerCardBody body, ``0 model, System.Action{HtmlForgeX.FormForOptions} configure) #

Adds a typed form for the given model using display metadata to drive labels and sections.

Parameters

body HtmlForgeX.TablerCardBody required
model ``0 required
configure System.Action{HtmlForgeX.FormForOptions} required