Enum FormTarget

FormTarget enumeration

Indicates where to display the form response after submitting the form. The value must be _blank or _top.

public enum FormTarget

Values

NameValueDescription
Undefined0Undefined.
Blank1Display in new window.
Top2Displays on top of window.

See Also