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

Set() public method

public Set ( string key, string value ) : void
key string
value string
return void
        public void Set(string key, string value)
        {
            throw new NotSupportedException();
        }