C# 클래스 contact, ReSharperCourse

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse 1 사용 예제들

Private Properties

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

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
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
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() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

RaiseCallbackEvent() 공개 메소드

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