Class ConfirmAccountEmailViewModel
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.Mail
Assembly: IRM.AspNetCore.Identity.Mail.dll
Syntax
public class ConfirmAccountEmailViewModel : EmailViewModel
Constructors
ConfirmAccountEmailViewModel(EmailAddress, String)
Declaration
public ConfirmAccountEmailViewModel(EmailAddress to, string callBackUrl)
Parameters
EmailAddress
to
|
String
callBackUrl
|