CLASS

HiddenFormField

Contents

public final class HiddenFormField: FormField

A hidden form field, which should not be presented to the user.

Properties

value

public let value: String

The value of the field.

Methods

encode(to:)

override public func encode(to encoder: Encoder) throws