ResponseCookiesFeature Klasse

Definition

Die Standardimplementierung von IResponseCookiesFeature.

public ref class ResponseCookiesFeature : Microsoft::AspNetCore::Http::Features::IResponseCookiesFeature
public class ResponseCookiesFeature : Microsoft.AspNetCore.Http.Features.IResponseCookiesFeature
type ResponseCookiesFeature = class
    interface IResponseCookiesFeature
Public Class ResponseCookiesFeature
Implements IResponseCookiesFeature
Vererbung
ResponseCookiesFeature
Implementiert

Konstruktoren

ResponseCookiesFeature(IFeatureCollection)

Initialisiert eine neue Instanz von ResponseCookiesFeature.

ResponseCookiesFeature(IFeatureCollection, ObjectPool<StringBuilder>)
Veraltet.

Initialisiert eine neue Instanz von ResponseCookiesFeature.

Eigenschaften

Cookies

Ruft den Wrapper für den Antwortheader Set-Cookie ab.

Gilt für: