次の方法で共有


HttpRequestWrapper.Cookies プロパティ

定義

クライアントから送信されたクッキーのコレクションを取得します。

public:
 virtual property System::Web::HttpCookieCollection ^ Cookies { System::Web::HttpCookieCollection ^ get(); };
public override System.Web.HttpCookieCollection Cookies { get; }
member this.Cookies : System.Web.HttpCookieCollection
Public Overrides ReadOnly Property Cookies As HttpCookieCollection

プロパティ値

HttpCookieCollection

クライアントのクッキー。

適用対象