다음을 통해 공유


HttpCookie.Item[String] 속성

정의

Values 속성에 대한 바로 가기를 가져옵니다. 이 속성은 이전 버전의 ASP(Active Server Pages)와의 호환성을 위해 제공됩니다.

public:
 property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ key); void set(System::String ^ key, System::String ^ value); };
public string this[string key] { get; set; }
member this.Item(string) : string with get, set
Default Public Property Item(key As String) As String

매개 변수

key
String

쿠키 값의 키(인덱스)입니다.

속성 값

String

쿠키 값입니다.

적용 대상

추가 정보