Asp.net – How to generate query string from a nested object C#
I want to convert my below nested request to Query String var parameter = new RulesCommandServiceAppendRequest() { Chain = Chain.INPUT, Data = new RuleInputModel() { Protocol = "tcp", SourceIp = "2.2.2.2", DestinationIp = "1.1.1.1", SourcePort = "111", DestinationPort = "222",…