Name Property (POSTParameter)
In This Topic
Returns the name of the POST parameter. For HTML form submits this would be the name of the form element to which this parameter relates.
Syntax
'Declaration
Public ReadOnly Property Name As String
public string Name {get;}
Requirements
See Also