HTTPSendGetFormFields Method |
Builds the proper format of the multipart
data that contains the form fields and
their respective values.
Namespace: Kettic.AspNet.Controls.Editor.DialogControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string GetFormFields()
Public Function GetFormFields As String
public:
String^ GetFormFields()
member GetFormFields : unit -> string
Return Value
Type:
StringAll form fields, properly formatted
in a string.
See Also