Show / Hide Table of Contents

Class ContactCreateInput

Inheritance
object
ContactCreateInput
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Public.Contact
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public class ContactCreateInput

Constructors

ContactCreateInput()

Declaration
public ContactCreateInput()

Properties

ContactName

Declaration
public string ContactName { get; set; }
Property Value
Type Description
string

Email

Declaration
[Required]
[DataType(DataType.EmailAddress)]
public string Email { get; set; }
Property Value
Type Description
string

Message

Declaration
[Required]
public string Message { get; set; }
Property Value
Type Description
string

Name

Declaration
[Required]
public string Name { get; set; }
Property Value
Type Description
string

RecaptchaToken

Declaration
public string RecaptchaToken { get; set; }
Property Value
Type Description
string

Subject

Declaration
[Required]
public string Subject { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft