Partager via


StatusCodePagesOptions.HandleAsync Propriété

Définition

Gestionnaire qui génère le corps de la réponse pour le donné StatusCodeContext. Par défaut, cela génère une réponse en texte brut qui inclut le code status.

public:
 property Func<Microsoft::AspNetCore::Diagnostics::StatusCodeContext ^, System::Threading::Tasks::Task ^> ^ HandleAsync { Func<Microsoft::AspNetCore::Diagnostics::StatusCodeContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Diagnostics::StatusCodeContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Diagnostics.StatusCodeContext,System.Threading.Tasks.Task> HandleAsync { get; set; }
member this.HandleAsync : Func<Microsoft.AspNetCore.Diagnostics.StatusCodeContext, System.Threading.Tasks.Task> with get, set
Public Property HandleAsync As Func(Of StatusCodeContext, Task)

Valeur de propriété

S’applique à