GridActionAttributeActionParameterName - свойство |
Gets or sets the name of the action parameter. The default value is "command".
Пространство имён:
Telerik.Web.Mvc
Сборка:
Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксисpublic string ActionParameterName { get; set; }Значение свойства
Тип:
StringThe name of the action parameter.
Примеры[GridAction(ActionParameterName="param")]
public ActionResult Index(GridCommand param)
{
}
См. также