Aracılığıyla paylaş


PageResultExecutor Sınıf

Tanım

Razor Sayfası yürütür.

public ref class PageResultExecutor : Microsoft::AspNetCore::Mvc::ViewFeatures::ViewExecutor
public class PageResultExecutor : Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor
type PageResultExecutor = class
    inherit ViewExecutor
Public Class PageResultExecutor
Inherits ViewExecutor
Devralma
PageResultExecutor

Oluşturucular

PageResultExecutor(IHttpResponseStreamWriterFactory, ICompositeViewEngine, IRazorViewEngine, IRazorPageActivator, DiagnosticListener, HtmlEncoder)

Yeni bir PageResultExecutor oluşturur.

PageResultExecutor(IHttpResponseStreamWriterFactory, ICompositeViewEngine, IRazorViewEngine, IRazorPageActivator, DiagnosticSource, HtmlEncoder)

Yeni bir PageResultExecutor oluşturur.

PageResultExecutor(IHttpResponseStreamWriterFactory, ICompositeViewEngine, IRazorViewEngine, IRazorPageActivator, DiagnosticSource, HtmlEncoder)

Yeni bir PageResultExecutor oluşturur.

Özellikler

DiagnosticListener

DiagnosticListener öğesini alır.

(Devralındığı yer: ViewExecutor)
DiagnosticSource

DiagnosticSource öğesini alır.

(Devralındığı yer: ViewExecutor)
ModelMetadataProvider

IModelMetadataProvider öğesini alır.

(Devralındığı yer: ViewExecutor)
TempDataFactory

ITempDataDictionaryFactory öğesini alır.

(Devralındığı yer: ViewExecutor)
ViewEngine

Varsayılan IViewEngineöğesini alır.

(Devralındığı yer: ViewExecutor)
ViewOptions

MvcViewOptions öğesini alır.

(Devralındığı yer: ViewExecutor)
WriterFactory

IHttpResponseStreamWriterFactory öğesini alır.

(Devralındığı yer: ViewExecutor)

Yöntemler

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

Bir görünümü zaman uyumsuz olarak yürütür.

(Devralındığı yer: ViewExecutor)
ExecuteAsync(PageContext, PageResult)

Razor Sayfasını zaman uyumsuz olarak yürütür.

ExecuteAsync(ViewContext, String, Nullable<Int32>)

Bir görünümü zaman uyumsuz olarak yürütür.

(Devralındığı yer: ViewExecutor)

Şunlara uygulanır