FormDataCollection.GetValues Method (String)

 

Gets the values of the collection of form data.

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

Syntax

public string[] GetValues(
    string key
)
public:
array<String^>^ GetValues(
    String^ key
)
member GetValues : 
        key:string -> string[]
Public Function GetValues (
    key As String
) As String()

Parameters

Return Value

Type: System.String[]

The values of the collection of form data.

See Also

FormDataCollection Class
System.Net.Http.Formatting Namespace

Return to top