Displays the model as an email address with a clickable <a> mailto: link. If the model value is null, nothing is rendered.
Model Type: string
[Caption("Site Admin Email"), Description("The email address of the site's administrator")] [UIHint("Email"), ReadOnly] public string AdminEmail { get; set; }
Allows entry of an email address.
Model Type: string
[Caption("Site Admin Email"), Description("The email address of the site's administrator")] [UIHint("Email"), StringLength(Globals.MaxEmail), EmailValidation, Required, Trim] public string AdminEmail { get; set; }
Last Updated 04/24/2022 - (email)
© 2023 - Softel vdm, Inc. - YetaWF.com