ResponseCookiesFeature Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ResponseCookiesFeature(IFeatureCollection) |
Initialisiert eine neue Instanz von ResponseCookiesFeature. |
ResponseCookiesFeature(IFeatureCollection, ObjectPool<StringBuilder>) |
Veraltet.
Initialisiert eine neue Instanz von ResponseCookiesFeature. |
ResponseCookiesFeature(IFeatureCollection)
- Quelle:
- ResponseCookiesFeature.cs
- Quelle:
- ResponseCookiesFeature.cs
- Quelle:
- ResponseCookiesFeature.cs
Initialisiert eine neue Instanz von ResponseCookiesFeature.
public:
ResponseCookiesFeature(Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ features);
public ResponseCookiesFeature (Microsoft.AspNetCore.Http.Features.IFeatureCollection features);
new Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature : Microsoft.AspNetCore.Http.Features.IFeatureCollection -> Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature
Public Sub New (features As IFeatureCollection)
Parameter
- features
- IFeatureCollection
IFeatureCollection enthält alle definierten Features, einschließlich dieser IResponseCookiesFeature und der IHttpResponseFeature.
Gilt für:
ResponseCookiesFeature(IFeatureCollection, ObjectPool<StringBuilder>)
- Quelle:
- ResponseCookiesFeature.cs
- Quelle:
- ResponseCookiesFeature.cs
- Quelle:
- ResponseCookiesFeature.cs
Achtung
This constructor is obsolete and will be removed in a future version.
Initialisiert eine neue Instanz von ResponseCookiesFeature.
public:
ResponseCookiesFeature(Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ features, Microsoft::Extensions::ObjectPool::ObjectPool<System::Text::StringBuilder ^> ^ builderPool);
public ResponseCookiesFeature (Microsoft.AspNetCore.Http.Features.IFeatureCollection features, Microsoft.Extensions.ObjectPool.ObjectPool<System.Text.StringBuilder> builderPool);
[System.Obsolete("This constructor is obsolete and will be removed in a future version.")]
public ResponseCookiesFeature (Microsoft.AspNetCore.Http.Features.IFeatureCollection features, Microsoft.Extensions.ObjectPool.ObjectPool<System.Text.StringBuilder>? builderPool);
new Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature : Microsoft.AspNetCore.Http.Features.IFeatureCollection * Microsoft.Extensions.ObjectPool.ObjectPool<System.Text.StringBuilder> -> Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature
[<System.Obsolete("This constructor is obsolete and will be removed in a future version.")>]
new Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature : Microsoft.AspNetCore.Http.Features.IFeatureCollection * Microsoft.Extensions.ObjectPool.ObjectPool<System.Text.StringBuilder> -> Microsoft.AspNetCore.Http.Features.ResponseCookiesFeature
Public Sub New (features As IFeatureCollection, builderPool As ObjectPool(Of StringBuilder))
Parameter
- features
- IFeatureCollection
IFeatureCollection enthält alle definierten Features, einschließlich dieser IResponseCookiesFeature und der IHttpResponseFeature.
- builderPool
- ObjectPool<StringBuilder>
, ObjectPool<T>falls verfügbar.
- Attribute