HttpResponseWrapper.SetCookie(HttpCookie) Yöntem

Tanım

Tanımlama bilgisi koleksiyonunda mevcut bir tanımlama bilgisini Güncelleştirmeler.

public:
 override void SetCookie(System::Web::HttpCookie ^ cookie);
public override void SetCookie (System.Web.HttpCookie cookie);
override this.SetCookie : System.Web.HttpCookie -> unit
Public Overrides Sub SetCookie (cookie As HttpCookie)

Parametreler

cookie
HttpCookie

Güncelleştirilecek koleksiyondaki tanımlama bilgisi.

Özel durumlar

Tanımlama bilgisi HTTP üst bilgileri gönderildikten sonra ayarlandı.

Şunlara uygulanır