Compartir a través de


ActionDescriptor.Parameters Propiedad

Definición

Conjunto de parámetros asociados a esta acción.

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)

Valor de propiedad

Se aplica a