다음을 통해 공유


ViewComponentResultExecutor 클래스

정의

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)
상속
ViewComponentResultExecutor
구현

생성자

ViewComponentResultExecutor(IOptions<MvcViewOptions>, ILoggerFactory, HtmlEncoder, IModelMetadataProvider, ITempDataDictionaryFactory)
사용되지 않음.

ViewComponentResult에 대한 IActionResultExecutor<TResult>입니다.

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

의 새 instance 초기화ViewComponentResultExecutor

메서드

ExecuteAsync(ActionContext, ViewComponentResult)

를 수정 HttpResponse하여 작업 결과를 비동기적으로 실행합니다.

적용 대상