메소드 | 설명 | |
---|---|---|
AjaxActionAttribute ( ) : System |
Method marked with this attribute will be accessible through AJAX calls, and AjaxHelper will be able to generate a JavaScript proxy for them.
|
|
AjaxActionAttribute ( string name ) : System |
Method marked with this attribute will be accessible through AJAX calls, and AjaxHelper will be able to generate a JavaScript proxy for them.
|
public AjaxActionAttribute ( string name ) : System | ||
name | string | /// A name for the action, on the JavaScript proxy. Useful when dealing with /// overloaded Ajax actions, as JavaScript does not support function overloading. /// |
리턴 | System |