QueryStringEnumerable.EncodedNameValuePair 구조체

정의

열거 중에 쿼리 문자열에서 추출된 단일 이름/값 쌍을 나타냅니다.

public readonly struct QueryStringEnumerable.EncodedNameValuePair
type QueryStringEnumerable.EncodedNameValuePair = struct
Public Structure QueryStringEnumerable.EncodedNameValuePair
상속
QueryStringEnumerable.EncodedNameValuePair

속성

EncodedName

원래 인코딩된 양식에서 이 이름/값 쌍의 이름을 가져옵니다. 디코딩된 문자열을 얻으려면 를 호출합니다 DecodeName().

EncodedValue

원래 인코딩된 양식에서 이 이름/값 쌍의 값을 가져옵니다. 디코딩된 문자열을 얻으려면 를 호출합니다 DecodeValue().

메서드

DecodeName()

이 이름/값 쌍에서 이름을 디코딩합니다.

DecodeValue()

이 이름/값 쌍에서 값을 디코딩합니다.

적용 대상