Search Results for

    Show / Hide Table of Contents
    View Source

    Class LoginModel

    Inheritance
    System.Object
    PostRedirectModel
    Namespace: Umbraco.Cms.Web.Common.Models
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class LoginModel : PostRedirectModel

    Properties

    View Source

    Password

    Declaration
    [Required]
    [DataType(DataType.Password)]
    [Display(Name = "Password")]
    [StringLength(256)]
    public string Password { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    RememberMe

    Declaration
    [Display(Name = "Remember me?")]
    public bool RememberMe { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Username

    Declaration
    [Required]
    [Display(Name = "User name")]
    public string Username { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX