c
RawFormSubmitter
class RawFormSubmitter(name: String, value: String)Defined by scalive.RawFormSubmitter. View source (scalive/api/src/scalive/forms/FormState.scala:4-4)
Untrusted name and value metadata for a successful form submit control.
Values2
name
val name: StringDefined by scalive.RawFormSubmitter.name. View source (scalive/api/src/scalive/forms/FormState.scala:4-4)
value
val value: StringDefined by scalive.RawFormSubmitter.value. View source (scalive/api/src/scalive/forms/FormState.scala:4-4)