Share via


ViewComponentResultExecutor Třída

Definice

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)
Dědičnost
ViewComponentResultExecutor
Implementuje

Konstruktory

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

A IActionResultExecutor<TResult> pro ViewComponentResult.

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

Inicializace nové instance ViewComponentResultExecutor

Metody

ExecuteAsync(ActionContext, ViewComponentResult)

Asynchronně provede výsledek akce úpravou objektu HttpResponse.

Platí pro