CookiePolicyAppBuilderExtensions.UseCookiePolicy Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
UseCookiePolicy(IApplicationBuilder) |
İşleyiciyi CookiePolicyMiddleware belirtilen IApplicationBuilderöğesine ekler ve bu da tanımlama bilgisi ilkesi özelliklerini etkinleştirir. |
UseCookiePolicy(IApplicationBuilder, CookiePolicyOptions) |
İşleyiciyi CookiePolicyMiddleware belirtilen IApplicationBuilderöğesine ekler ve bu da tanımlama bilgisi ilkesi özelliklerini etkinleştirir. |
UseCookiePolicy(IApplicationBuilder)
İşleyiciyi CookiePolicyMiddleware belirtilen IApplicationBuilderöğesine ekler ve bu da tanımlama bilgisi ilkesi özelliklerini etkinleştirir.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseCookiePolicy(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseCookiePolicy (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
static member UseCookiePolicy : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseCookiePolicy (app As IApplicationBuilder) As IApplicationBuilder
Parametreler
IApplicationBuilder İşleyicinin ekleneceği.
Döndürülenler
İşlem tamamlandıktan sonra bu örneğe başvuru.
Şunlara uygulanır
UseCookiePolicy(IApplicationBuilder, CookiePolicyOptions)
İşleyiciyi CookiePolicyMiddleware belirtilen IApplicationBuilderöğesine ekler ve bu da tanımlama bilgisi ilkesi özelliklerini etkinleştirir.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseCookiePolicy(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, Microsoft::AspNetCore::Builder::CookiePolicyOptions ^ options);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseCookiePolicy (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Builder.CookiePolicyOptions options);
static member UseCookiePolicy : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Builder.CookiePolicyOptions -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseCookiePolicy (app As IApplicationBuilder, options As CookiePolicyOptions) As IApplicationBuilder
Parametreler
IApplicationBuilder İşleyicinin ekleneceği.
- options
- CookiePolicyOptions
CookiePolicyOptions İşleyici için seçenekleri belirten bir.
Döndürülenler
İşlem tamamlandıktan sonra bu örneğe başvuru.