Gets the values of a specified entry in the NameValueCollection combined into one comma-separated list.
Gets the values at the specified index of the NameValueCollection combined into one comma-separated list.
[VB] Overloads Overridable Public Function Get(Integer) As String
[C#] public virtual string Get(int);
[C++] public: virtual String* Get(int);
[JScript] public function Get(int) : String;
Gets the values associated with the specified key from the NameValueCollection combined into one comma-separated list.
[VB] Overloads Overridable Public Function Get(String) As String
[C#] public virtual string Get(string);
[C++] public: virtual String* Get(String*);
[JScript] public function Get(String) : String;