Table of Contents

Class LinkEmailViewModel

Namespace
Dynamicweb.Users.Frontend.UserAuthentication.Email
Assembly
Dynamicweb.Users.dll

Represents the view model for link-based authentication emails.

public sealed class LinkEmailViewModel : AuthenticationEmailViewModelBase
Inheritance
LinkEmailViewModel
Inherited Members

Remarks

Used when sending magic links or similar authentication URLs to users.

Properties

The URL containing a unique code to send to the user for authentication.

public Uri? Link { get; set; }

Property Value

Uri
To top