Castle.MonoRail.Framework.AjaxActionAttribute.AjaxActionAttribute C# (CSharp) Method

AjaxActionAttribute() public method

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
return System
		public AjaxActionAttribute()
		{
		}

Same methods

AjaxActionAttribute::AjaxActionAttribute ( string name ) : System
AjaxActionAttribute