Bagikan melalui


ViewComponentResultExecutor Kelas

Definisi

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)
Warisan
ViewComponentResultExecutor
Penerapan

Konstruktor

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

A IActionResultExecutor<TResult> untuk ViewComponentResult.

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

Menginisialisasi instans baru ViewComponentResultExecutor

Metode

ExecuteAsync(ActionContext, ViewComponentResult)

Secara asinkron menjalankan hasil tindakan, dengan memodifikasi HttpResponse.

Berlaku untuk