QueryStringEnumerable.EncodedNameValuePair Struct
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 single name/value pair extracted from a query string during enumeration.
public readonly struct QueryStringEnumerable.EncodedNameValuePair
type QueryStringEnumerable.EncodedNameValuePair = struct
Public Structure QueryStringEnumerable.EncodedNameValuePair
- Inheritance
-
QueryStringEnumerable.EncodedNameValuePair
Properties
EncodedName |
Gets the name from this name/value pair in its original encoded form. To get the decoded string, call DecodeName(). |
EncodedValue |
Gets the value from this name/value pair in its original encoded form. To get the decoded string, call DecodeValue(). |
Methods
DecodeName() |
Decodes the name from this name/value pair. |
DecodeValue() |
Decodes the value from this name/value pair. |