CookieTempDataProviderOptions.CookieName プロパティ

定義

注意事項

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

このプロパティは互換性のために残されていますが、今後のバージョンでは削除される予定です。 推奨される代替手段は、 にあります Cookie

TempData を格納する Cookie の名前。 既定値は 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

プロパティ値

属性

適用対象