Skip to content

FormTextFieldExtensions

Namespace: Hex1b

Assembly: Hex1b.dll

Extension methods for creating form text fields.

csharp
public static class FormTextFieldExtensions

Inheritance

ObjectFormTextFieldExtensions

Methods

TextField(FormContext, string)

Creates a text field for the form with the specified label. Returns a that can be configured with fluent methods and also serves as a field handle for cross-field references.

Parameters:

Returns: FormTextFieldWidget

csharp
public static FormTextFieldWidget TextField(this FormContext ctx, string label)

Released under the MIT License.