NameValuePair ClassC# API
Represents a name/value pair of string objects.
Inheritance Hierarchy

System Object
  Facilita.Web NameValuePair

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public class NameValuePair : IDisposable
Remarks

This class is used to store name/value pairs in QueryData objects, which can be used in conjunction with Url objects to send data to a web server via GET requests.
See Also