C# 클래스 Castle.MonoRail.Framework.AjaxActionAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
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.

메소드 상세

AjaxActionAttribute() 공개 메소드

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 ( ) : System
리턴 System

AjaxActionAttribute() 공개 메소드

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