IRequestCookieCollection 인터페이스

정의

HttpRequest 쿠키 컬렉션을 나타냅니다.

public interface class IRequestCookieCollection : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>>
public interface IRequestCookieCollection : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>>
type IRequestCookieCollection = interface
    interface seq<KeyValuePair<string, string>>
    interface IEnumerable
Public Interface IRequestCookieCollection
Implements IEnumerable(Of KeyValuePair(Of String, String))
구현

속성

Count

IRequestCookieCollection에 포함된 요소 수를 가져옵니다.

Item[String]

지정된 키가 있는 값을 가져옵니다.

Keys

ICollection<T>의 키를 포함하는 IRequestCookieCollection을 가져옵니다.

메서드

ContainsKey(String)

지정된 키를 갖는 요소가 IRequestCookieCollection에 들어 있는지 여부를 결정합니다.

TryGetValue(String, String)

지정한 키와 연결된 값을 가져옵니다.

적용 대상