System.Html.URLSearchParams.GetAll C# (CSharp) Method

GetAll() public method

public GetAll ( string name ) : string[]
name string
return string[]
        public string[] GetAll(string name)
        {
            return null;
        }