Sdílet prostřednictvím


PageResultExecutor Třída

Definice

Spustí stránku Razor Page.

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
Dědičnost
PageResultExecutor

Konstruktory

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

Vytvoří nový objekt PageResultExecutor.

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

Vytvoří nový objekt PageResultExecutor.

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

Vytvoří nový objekt PageResultExecutor.

Vlastnosti

DiagnosticListener

Získá .DiagnosticListener

(Zděděno od ViewExecutor)
DiagnosticSource

Získá .DiagnosticSource

(Zděděno od ViewExecutor)
ModelMetadataProvider

Získá .IModelMetadataProvider

(Zděděno od ViewExecutor)
TempDataFactory

Získá .ITempDataDictionaryFactory

(Zděděno od ViewExecutor)
ViewEngine

Získá výchozí IViewEnginehodnotu .

(Zděděno od ViewExecutor)
ViewOptions

Získá .MvcViewOptions

(Zděděno od ViewExecutor)
WriterFactory

Získá .IHttpResponseStreamWriterFactory

(Zděděno od ViewExecutor)

Metody

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

Spustí zobrazení asynchronně.

(Zděděno od ViewExecutor)
ExecuteAsync(PageContext, PageResult)

Spustí stránku Razor Page asynchronně.

ExecuteAsync(ViewContext, String, Nullable<Int32>)

Spustí zobrazení asynchronně.

(Zděděno od ViewExecutor)

Platí pro