Search Results for

    Show / Hide Table of Contents

    Interface ILoginModel

    Namespace: ImageVault.Web.Security
    Assembly: ImageVault.Web.dll
    Syntax
    public interface ILoginModel

    Properties

    Password

    Declaration
    string Password { get; }
    Property Value
    Type Description
    System.String

    RememberMe

    Declaration
    bool RememberMe { get; }
    Property Value
    Type Description
    System.Boolean

    ReturnUrl

    Declaration
    string ReturnUrl { get; }
    Property Value
    Type Description
    System.String

    Username

    Declaration
    string Username { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top (c) Meriworks 2002-2022