C# Class System.Net.FormData

Show file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Public Methods

Method Description
Append ( string name, Blob value ) : void
Append ( string name, Blob value, string filename ) : void
Append ( string name, string value ) : void
FormData ( ) : System.Html
FormData ( FormElement form ) : System.Html

Method Details

Append() public method

public Append ( string name, Blob value ) : void
name string
value Blob
return void

Append() public method

public Append ( string name, Blob value, string filename ) : void
name string
value Blob
filename string
return void

Append() public method

public Append ( string name, string value ) : void
name string
value string
return void

FormData() public method

public FormData ( ) : System.Html
return System.Html

FormData() public method

public FormData ( FormElement form ) : System.Html
form System.Html.FormElement
return System.Html