ViewResultExecutor クラス

定義

の をIViewViewResult検索して実行します。

public ref class ViewResultExecutor : Microsoft::AspNetCore::Mvc::ViewFeatures::ViewExecutor, Microsoft::AspNetCore::Mvc::Infrastructure::IActionResultExecutor<Microsoft::AspNetCore::Mvc::ViewResult ^>
public class ViewResultExecutor : Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor, Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor<Microsoft.AspNetCore.Mvc.ViewResult>
type ViewResultExecutor = class
    inherit ViewExecutor
    interface IActionResultExecutor<ViewResult>
Public Class ViewResultExecutor
Inherits ViewExecutor
Implements IActionResultExecutor(Of ViewResult)
継承
ViewResultExecutor
実装

コンストラクター

ViewResultExecutor(IOptions<MvcViewOptions>, IHttpResponseStreamWriterFactory, ICompositeViewEngine, ITempDataDictionaryFactory, DiagnosticListener, ILoggerFactory, IModelMetadataProvider)

新しい ViewResultExecutor を作成します。

ViewResultExecutor(IOptions<MvcViewOptions>, IHttpResponseStreamWriterFactory, ICompositeViewEngine, ITempDataDictionaryFactory, DiagnosticSource, ILoggerFactory, IModelMetadataProvider)

新しい ViewResultExecutor を作成します。

プロパティ

DiagnosticListener

DiagnosticListener を取得します。

(継承元 ViewExecutor)
DiagnosticSource

DiagnosticSource を取得します。

(継承元 ViewExecutor)
Logger

ILogger を取得します。

ModelMetadataProvider

IModelMetadataProvider を取得します。

(継承元 ViewExecutor)
TempDataFactory

ITempDataDictionaryFactory を取得します。

(継承元 ViewExecutor)
ViewEngine

既定の IViewEngine を取得します。

(継承元 ViewExecutor)
ViewOptions

MvcViewOptions を取得します。

(継承元 ViewExecutor)
WriterFactory

IHttpResponseStreamWriterFactory を取得します。

(継承元 ViewExecutor)

メソッド

ExecuteAsync(ActionContext, IView, ViewDataDictionary, ITempDataDictionary, String, Nullable<Int32>)

ビューを非同期的に実行します。

(継承元 ViewExecutor)
ExecuteAsync(ActionContext, ViewResult)

を変更して、アクションの結果を非同期的に実行します HttpResponse

ExecuteAsync(ViewContext, String, Nullable<Int32>)

ビューを非同期的に実行します。

(継承元 ViewExecutor)
FindView(ActionContext, ViewResult)

に関連付けられている を IView 見つけようと viewResultします。

適用対象