Udostępnij za pośrednictwem


ViewComponentResultExecutor Klasa

Definicja

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)
Dziedziczenie
ViewComponentResultExecutor
Implementuje

Konstruktory

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

Inicjowanie nowego wystąpienia ViewComponentResultExecutor

ViewComponentResultExecutor(IOptions<MvcViewOptions>, ILoggerFactory, HtmlEncoder, IModelMetadataProvider, ITempDataDictionaryFactory)
Przestarzałe.

A IActionResultExecutor<TResult> dla ViewComponentResult.

Metody

ExecuteAsync(ActionContext, ViewComponentResult)

Asynchronicznie wykonuje wynik akcji, modyfikując HttpResponseelement .

Dotyczy