public IReadOnlyDictionary<string, object> Fields { get; }
Collection of fields as defined by this policy.
Post requests enforced by this policy should set, for each
pair in this sequence, the given element to the exact given value.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The latest version available is 4.11.0, with multiple previous versions from 4.10.0 down to 3.4.0 also documented."],["`SignedPostPolicy` is a sealed class representing the result of signing a `UrlSigner.PostPolicy`, providing the fields for post requests."],["The `Fields` property of the `SignedPostPolicy` class is an `IReadOnlyDictionary` that dictates the required field-value pairs for post requests under the policy."],["The `PostUrl` property of the class is a `Uri` object that specifies the exact URL to which post requests, enforced by this signed policy, should be directed."],["This class inherits basic functionality from the `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` methods."]]],[]]