Represents a field that is intended to be invisible to the form-submitting entity, and is returned with the form.

Namespace: S22.Xmpp.Extensions.Dataforms
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class HiddenField : DataField

Remarks

Hidden fields should not be shown to the user but just be submitted with the form, much like a hidden field in an HTML form.

Inheritance Hierarchy

System..::..Object
  S22.Xmpp.Extensions.Dataforms..::..DataField
    S22.Xmpp.Extensions.Dataforms..::..HiddenField

See Also