ActionDescriptor.GetParameters Method
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.
Returns the parameters of the action method.
C#
public abstract System.Web.Mvc.ParameterDescriptor[] GetParameters ();
abstract member GetParameters : unit -> System.Web.Mvc.ParameterDescriptor[]
Public MustOverride Function GetParameters () As ParameterDescriptor()
The parameters of the action method.
Product | Versions |
---|---|
ASP.NET MVC | 5.2 |