TextOutputFormatter.WriteAsync(OutputFormatterWriteContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Écrit l’objet représenté par context
la propriété Object de .
public:
override System::Threading::Tasks::Task ^ WriteAsync(Microsoft::AspNetCore::Mvc::Formatters::OutputFormatterWriteContext ^ context);
public override System.Threading.Tasks.Task WriteAsync (Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext context);
override this.WriteAsync : Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext -> System.Threading.Tasks.Task
Public Overrides Function WriteAsync (context As OutputFormatterWriteContext) As Task
Paramètres
- context
- OutputFormatterWriteContext
Contexte du formateur associé à l’appel.
Retours
Tâche qui sérialise la valeur du context
message de réponse.