Share via


LoginModel.InputModel.RememberMe Property

Definition

This API supports the ASP.NET Core Identity default UI infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

[System.ComponentModel.DataAnnotations.Display(Name="Remember me?")]
public bool RememberMe { get; set; }
[<System.ComponentModel.DataAnnotations.Display(Name="Remember me?")>]
member this.RememberMe : bool with get, set
Public Property RememberMe As Boolean

Property Value

Attributes

Applies to