CookieTempDataProviderOptions.CookieName Property

Definition

Caution

This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Name.

This property is obsolete and will be removed in a future version. The recommended alternative is on Cookie.

The name of the cookie which stores TempData. Defaults to CookieName.

public:
 property System::String ^ CookieName { System::String ^ get(); void set(System::String ^ value); };
[System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Name.")]
public string CookieName { get; set; }
[<System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Name.")>]
member this.CookieName : string with get, set
Public Property CookieName As String

Property Value

Attributes

Applies to