프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DefaultName | string | ||
NameInputId | string |
메소드 | 설명 | |
---|---|---|
BindCountries ( ) : void |
Binds the country dropdown list with countries retrieved from the .NET Framework.
|
|
GetCallbackResult ( ) : string |
Returns the results of a callback event that targets a control.
|
|
RaiseCallbackEvent ( string eventArgument ) : void |
Processes a callback event that targets a control.
|
|
ResolveRegion ( ) : RegionInfo |
Resolves the region based on the browser language.
|
메소드 | 설명 | |
---|---|---|
AdminLink ( string id ) : string |
Displays a delete link to visitors that is authenticated using the default membership provider.
|
|
BBCodes ( ) : string |
Displays BBCodes dynamically loaded from settings.
|
|
Gravatar ( string email, string name, int size ) : string |
Displays the Gravatar image that matches the specified email.
|
|
Page_Load ( object sender, EventArgs e ) : void |
메소드 | 설명 | |
---|---|---|
AddNestedComments ( string path, List |
||
ApproveAllComments ( ) : void | ||
ApproveComment ( ) : void | ||
CollectCommentToDelete ( Comment, comment, List |
||
DeleteComment ( ) : void | ||
DeleteCommentAndChildren ( ) : void | ||
GetCookie ( ) : void |
Gets the cookie with visitor information if any is set. Then fills the contact information fields in the form.
|
|
SetCookie ( string name, string email, string website, string country ) : void |
Sets a cookie with the entered visitor information so it can be prefilled on next visit.
|
|
SetFlagImageUrl ( ) : void |
protected AdminLink ( string id ) : string | ||
id | string | The id of the comment. |
리턴 | string |
protected Gravatar ( string email, string name, int size ) : string | ||
string | ||
name | string | |
size | int | |
리턴 | string |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
리턴 | void |
public RaiseCallbackEvent ( string eventArgument ) : void | ||
eventArgument | string | A string that represents an event argument to pass to the event handler. |
리턴 | void |