ReflectedAsyncControllerDescriptor.GetCanonicalActions 方法

定义

返回控制器中的操作方法描述符的列表。

public override System.Web.Mvc.ActionDescriptor[] GetCanonicalActions ();
override this.GetCanonicalActions : unit -> System.Web.Mvc.ActionDescriptor[]
Public Overrides Function GetCanonicalActions () As ActionDescriptor()

返回

控制器中的操作方法描述符的列表。

适用于