Share via


CompiledPageActionDescriptor.HandlerMethods Proprietà

Definizione

Ottiene l'elenco dei metodi del gestore per la pagina.

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

Valore della proprietà

Si applica a