ServiceStack.NetCore.NetCoreQueryStringCollection.GetValues C# (CSharp) Method

GetValues() public method

public GetValues ( string name ) : string[]
name string
return string[]
        public string[] GetValues(string name)
        {
            return originalQuery[name];
        }