Partager via


HandlerMethodDescriptor.Parameters Propriété

Définition

Obtient ou définit les paramètres de la méthode .

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

Valeur de propriété

S’applique à