IWwwFormUrlDecoderEntry Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a name-value pair in a URL query string.
public interface class IWwwFormUrlDecoderEntry
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(308180017, 63096, 20110, 182, 112, 32, 169, 176, 108, 81, 45)]
struct IWwwFormUrlDecoderEntry
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(308180017, 63096, 20110, 182, 112, 32, 169, 176, 108, 81, 45)]
public interface IWwwFormUrlDecoderEntry
Public Interface IWwwFormUrlDecoderEntry
- Derived
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Remarks
The WwwFormUrlDecoder class represents a URL query string as a sequence of name-value pairs. Each name-value pair is represented by an IWwwFormUrlDecoderEntry object.
Properties
Name |
Represents the name of a parameter in a URL query string. |
Value |
Represents a named value in a URL query string. |