C# 클래스 MichaelJBaird.Themes.JQMobile.Contact

상속: BlogEngine.Core.Web.Controls.BlogBasePage, ICallbackEventHandler
파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse

Private Properties

프로퍼티 타입 설명
AddHeader void
GetCookie void
SendEmail bool
SetCookie void
SetFocus void
btnSend_Click void

공개 메소드들

메소드 설명
GetCallbackResult ( ) : string
RaiseCallbackEvent ( string eventArgument ) : void

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event. Adds links and javascript to the HTML header tag.

비공개 메소드들

메소드 설명
AddHeader ( ) : void

Adds the header.

GetCookie ( ) : void

Gets the cookie with visitor information if any is set. Then fills the contact information fields in the form.

SendEmail ( string email, string name, string subject, string message ) : bool

Sends the email.

SetCookie ( ) : void

Sets a cookie with the entered visitor information so it can be prefilled on next visit.

SetFocus ( ) : void

Sets the focus on the first empty textbox.

btnSend_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSend control.

메소드 상세

GetCallbackResult() 공개 메소드

public GetCallbackResult ( ) : string
리턴 string

OnLoad() 보호된 메소드

Raises the E:System.Web.UI.Control.Load event. Adds links and javascript to the HTML header tag.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void

RaiseCallbackEvent() 공개 메소드

public RaiseCallbackEvent ( string eventArgument ) : void
eventArgument string
리턴 void