PhysicalFileResultExecutor.ExecuteAsync Methode

Definition

Führt das Aktionsergebnis asynchron aus, indem das geändert wird HttpResponse.

public:
 virtual System::Threading::Tasks::Task ^ ExecuteAsync(Microsoft::AspNetCore::Mvc::ActionContext ^ context, Microsoft::AspNetCore::Mvc::PhysicalFileResult ^ result);
public virtual System.Threading.Tasks.Task ExecuteAsync (Microsoft.AspNetCore.Mvc.ActionContext context, Microsoft.AspNetCore.Mvc.PhysicalFileResult result);
abstract member ExecuteAsync : Microsoft.AspNetCore.Mvc.ActionContext * Microsoft.AspNetCore.Mvc.PhysicalFileResult -> System.Threading.Tasks.Task
override this.ExecuteAsync : Microsoft.AspNetCore.Mvc.ActionContext * Microsoft.AspNetCore.Mvc.PhysicalFileResult -> System.Threading.Tasks.Task
Public Overridable Function ExecuteAsync (context As ActionContext, result As PhysicalFileResult) As Task

Parameter

context
ActionContext

Die ActionContext , die der aktuellen Anforderung zugeordnet ist." />

result
PhysicalFileResult

Das auszuführende Aktionsergebnis.

Gibt zurück

Ein Task , der den asynchronen Vorgang darstellt.

Implementiert

Gilt für: