NameValueCollection.AddNameValue(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified name and value to the collection.
public void AddNameValue(string name, string value);
abstract member AddNameValue : string * string -> unit
override this.AddNameValue : string * string -> unit
Public Sub AddNameValue (name As String, value As String)
Parameters
- name
- String
The name.
- value
- String
The value.