Click or drag to resize
HTTPSendGetFormFields Method
Builds the proper format of the multipart data that contains the form fields and their respective values.

Namespace: Kettic.AspNet.Controls.Editor.DialogControls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string GetFormFields()

Return Value

Type: String
All form fields, properly formatted in a string.
See Also