FormDataCollection.Get(String) Method

Definition

Get values associated with a given key. If there are multiple values, they're concatenated.

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

Parameters

key
String

Returns

Applies to