C# Класс Castle.MonoRail.Framework.AjaxActionAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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