PageResultExecutor Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exécute une page Razor.
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
- Héritage
Constructeurs
Propriétés
DiagnosticListener |
Obtient DiagnosticListener. (Hérité de ViewExecutor) |
DiagnosticSource |
Obtient DiagnosticSource. (Hérité de ViewExecutor) |
ModelMetadataProvider |
Obtient IModelMetadataProvider. (Hérité de ViewExecutor) |
TempDataFactory |
Obtient ITempDataDictionaryFactory. (Hérité de ViewExecutor) |
ViewEngine |
Obtient l'objet IViewEngine par défaut. (Hérité de ViewExecutor) |
ViewOptions |
Obtient MvcViewOptions. (Hérité de ViewExecutor) |
WriterFactory |
Obtient IHttpResponseStreamWriterFactory. (Hérité de ViewExecutor) |
Méthodes
ExecuteAsync(ActionContext, IView, ViewDataDictionary, ITempDataDictionary, String, Nullable<Int32>) |
Exécute une vue de manière asynchrone. (Hérité de ViewExecutor) |
ExecuteAsync(PageContext, PageResult) |
Exécute une page Razor de manière asynchrone. |
ExecuteAsync(ViewContext, String, Nullable<Int32>) |
Exécute une vue de manière asynchrone. (Hérité de ViewExecutor) |