HttpResponseWrapper.AppendCookie(HttpCookie) Yöntem

Tanım

HTTP yanıt tanımlama bilgisi koleksiyonuna bir HTTP tanımlama bilgisi ekler.

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

Parametreler

cookie
HttpCookie

Yanıta eklenecek tanımlama bilgisi.

Özel durumlar

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

Şunlara uygulanır