Contact form Web part is a module that provides simple Web site contact functionality. Web site visitors can enter their name, contact e-mail, message subject and a message itself and send it to the Web site owner (or any other e-mail address set in the module custom properties). This module is protected by the Captcha module.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class ContactFormModule : BaseAutoRegisterPart
Visual Basic
Public Class ContactFormModule
	Inherits BaseAutoRegisterPart
Visual C++
public ref class ContactFormModule : public BaseAutoRegisterPart
F#
type ContactFormModule =  
    class
        inherit BaseAutoRegisterPart
    end

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        UserControlBase
          MonoSoftware.MonoX..::..BasePart
            MonoSoftware.MonoX..::..BaseAutoRegisterPart
              MonoSoftware.MonoX.ModuleGallery..::..ContactFormModule

See Also