Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
GitHub
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: String

Defined by scalive.RawFormSubmitter.name. View source (scalive/api/src/scalive/forms/FormState.scala:4-4)

value

val value: String

Defined by scalive.RawFormSubmitter.value. View source (scalive/api/src/scalive/forms/FormState.scala:4-4)