Property HSMessage.Urlencoded
Overload
Keys/values from POST content with Content-Type: application/x-www-form-urlencoded
.
public Dictionary<string, string> Urlencoded { get; }
Property Value
Dictionary<string, string>
|
Keys/values from POST content with Content-Type: application/x-www-form-urlencoded
.
public Dictionary<string, string> Urlencoded { get; }
Dictionary<string, string>
|