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 |