Show / Hide Table of Contents

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>

null if the message has no content of this type.