ReflectedParameterDescriptor Properties
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ActionDescriptor | Gets the action descriptor.(Overrides ParameterDescriptor.ActionDescriptor.) |
![]() | BindingInfo | Gets the binding information.(Overrides ParameterDescriptor.BindingInfo.) |
![]() | DefaultValue | Gets the default value of the reflected parameter.(Overrides ParameterDescriptor.DefaultValue.) |
![]() | ParameterInfo | Gets or sets the parameter information. |
![]() | ParameterName | Gets the name of the parameter.(Overrides ParameterDescriptor.ParameterName.) |
![]() | ParameterType | Gets the type of the parameter.(Overrides ParameterDescriptor.ParameterType.) |
Show:
