System::Net::CookieCollection::Contains 메서드
CookieCollection::Contains method
컬렉션에 지정된 쿠키가 포함되어 있는지 확인합니다.
bool System::Net::CookieCollection::Contains(const System::SharedPtr<Cookie> &cookie) const override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 쿠키 | const System::SharedPtr<Cookie>& | 확인할 쿠키. |
ReturnValue
컬렉션에 지정된 쿠키가 포함되어 있으면 true, 그렇지 않으면 false.
또 보기
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++