FormDataCollection.Get Method
Gets 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 Get ( _
key As String _
) As String
'Usage
Dim instance As FormDataCollection
Dim key As String
Dim returnValue As String
returnValue = instance.Get(key)
public string Get(
string key
)
public:
String^ Get(
String^ key
)
member Get :
key:string -> string
public function Get(
key : String
) : String
Parameters
key
Type: System.StringThe key.
Return Value
Type: System.String
The collection of form data.