ControllerDescriptor.GetCanonicalActions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a list of action-method descriptors in the controller.
public abstract System.Web.Mvc.ActionDescriptor[] GetCanonicalActions ();
abstract member GetCanonicalActions : unit -> System.Web.Mvc.ActionDescriptor[]
Public MustOverride Function GetCanonicalActions () As ActionDescriptor()
Returns
A list of action-method descriptors in the controller.