프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
public RaiseCallbackEvent ( string eventArgument ) : void | ||
eventArgument | string | |
리턴 | void |