Class SendCodeViewModel
Inheritance
System.Object
SendCodeViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Identity.Models.AccountViewModels
Assembly: mix.identity.dll
Syntax
public class SendCodeViewModel
Properties
| Improve this Doc View SourceRememberMe
Gets or sets a value indicating whether {CC2D43FA-BBC4-448A-9D0B-7B57ADF2655C}[remember me].
Declaration
public bool RememberMe { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | {D255958A-8513-4226-94B9-080D98F904A1} |
ReturnUrl
Gets or sets the return URL.
Declaration
public string ReturnUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The return URL. |
SelectedProvider
Gets or sets the selected provider.
Declaration
public string SelectedProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String | The selected provider. |