Show / Hide Table of Contents

Class ConfirmAccountEmailViewModel

Inheritance
Object
EmailViewModel
EmailViewModel
ConfirmAccountEmailViewModel
Inherited Members
EmailViewModel.ApplicationName
EmailViewModel.LogoUrl
EmailViewModel.To
EmailViewModel.Subject
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

Properties

CallBackUrl

Declaration
public string CallBackUrl { get; set; }
Property Value
String

Back to top Generated by DocFX