Class SendModalModel.SendFormInfoModel
Inheritance
SendModalModel.SendFormInfoModel
Assembly: Volo.Forms.Web.dll
Syntax
public class SendModalModel.SendFormInfoModel
Constructors
SendFormInfoModel()
Declaration
public SendFormInfoModel()
Properties
Body
Declaration
[TextArea(Rows = 3)]
public string Body { get; set; }
Property Value
Id
Declaration
[HiddenInput]
public Guid Id { get; set; }
Property Value
Link
Declaration
public string Link { get; set; }
Property Value
Subject
Declaration
public string Subject { get; set; }
Property Value
To
Declaration
[Required]
[EmailAddress]
public string To { get; set; }
Property Value
Extension Methods