FormDataCollection.GetValues Method

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

'Declaration
Public Function GetValues ( _
    key As String _
) As String()
'Usage
Dim instance As FormDataCollection 
Dim key As String 
Dim returnValue As String()

returnValue = instance.GetValues(key)
public string[] GetValues(
    string key
)
public:
array<String^>^ GetValues(
    String^ key
)
member GetValues : 
        key:string -> string[] 
public function GetValues(
    key : String
) : String[]

Parameters

Return Value

Type: System.String[]
The values of the collection of form data.

See Also

Reference

FormDataCollection Class

System.Net.Http.Formatting Namespace