CookiePolicyMiddleware.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the CookiePolicyOptions.
public:
property Microsoft::AspNetCore::Builder::CookiePolicyOptions ^ Options { Microsoft::AspNetCore::Builder::CookiePolicyOptions ^ get(); void set(Microsoft::AspNetCore::Builder::CookiePolicyOptions ^ value); };
public Microsoft.AspNetCore.Builder.CookiePolicyOptions Options { get; set; }
member this.Options : Microsoft.AspNetCore.Builder.CookiePolicyOptions with get, set
Public Property Options As CookiePolicyOptions