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
Link
The URL containing a unique code to send to the user for authentication.
public Uri? Link { get; set; }