ActionDescriptor.Parameters Property

Definition

The set of parameters associated with this action.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor ^> ^ Parameters { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor> Parameters { get; set; }
member this.Parameters : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor> with get, set
Public Property Parameters As IList(Of ParameterDescriptor)

Property Value

Applies to