Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
key
Type: System.StringThe key.
Return Value
Type: System.String[]
The values of the collection of form data.