Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.