Answer the question
In order to leave comments, you need to log in
How to transfer the name to the dictionary?
How to form queryParams from dictionaryNames?
For example, there is a structure like this:
{
"dic1": {
"1": {
...
},
"2": {
...
},
"dic2": {
"1": {
...
},
}
public Task<Response> GetDictionaries(IEnumerable<string> names)
{
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>
{
{ "1", "dictionaryName" },
};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question