FormDataCollection.GetValues(String) Method

Definition

Get a value associated with a given key.

public string[] GetValues (string key);
member this.GetValues : string -> string[]
Public Function GetValues (key As String) As String()

Parameters

key
String

Returns

String[]

Applies to