FormDataCollection.Get Method (String)

 

Gets the collection of form data.

Namespace:   System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

public string Get(
    string key
)
public:
String^ Get(
    String^ key
)
member Get : 
        key:string -> string
Public Function Get (
    key As String
) As String

Parameters

Return Value

Type: System.String

The collection of form data.

See Also

FormDataCollection Class
System.Net.Http.Formatting Namespace

Return to top