Share via


ViewComponentResultExecutor Klasse

Definition

public ref class ViewComponentResultExecutor : Microsoft::AspNetCore::Mvc::Infrastructure::IActionResultExecutor<Microsoft::AspNetCore::Mvc::ViewComponentResult ^>
public class ViewComponentResultExecutor : Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor<Microsoft.AspNetCore.Mvc.ViewComponentResult>
type ViewComponentResultExecutor = class
    interface IActionResultExecutor<ViewComponentResult>
Public Class ViewComponentResultExecutor
Implements IActionResultExecutor(Of ViewComponentResult)
Vererbung
ViewComponentResultExecutor
Implementiert

Konstruktoren

ViewComponentResultExecutor(IOptions<MvcViewOptions>, ILoggerFactory, HtmlEncoder, IModelMetadataProvider, ITempDataDictionaryFactory)
Veraltet.

Eine IActionResultExecutor<TResult>-Struktur für ViewComponentResult.

ViewComponentResultExecutor(IOptions<MvcViewOptions>, ILoggerFactory, HtmlEncoder, IModelMetadataProvider, ITempDataDictionaryFactory, IHttpResponseStreamWriterFactory)

Initialisieren einer neuen instance vonViewComponentResultExecutor

Methoden

ExecuteAsync(ActionContext, ViewComponentResult)

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

Gilt für: