PageResultExecutor Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes a Razor Page.
public ref class PageResultExecutor : Microsoft::AspNetCore::Mvc::ViewFeatures::ViewExecutorpublic class PageResultExecutor : Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutortype PageResultExecutor = class
    inherit ViewExecutorPublic Class PageResultExecutor
Inherits ViewExecutor- Inheritance
Constructors
Properties
| DiagnosticListener | Gets the DiagnosticListener.(Inherited from ViewExecutor) | 
| DiagnosticSource | Gets the DiagnosticSource.(Inherited from ViewExecutor) | 
| ModelMetadataProvider | Gets the IModelMetadataProvider.(Inherited from ViewExecutor) | 
| TempDataFactory | Gets the ITempDataDictionaryFactory.(Inherited from ViewExecutor) | 
| ViewEngine | Gets the default IViewEngine.(Inherited from ViewExecutor) | 
| ViewOptions | Gets the MvcViewOptions.(Inherited from ViewExecutor) | 
| WriterFactory | Gets the IHttpResponseStreamWriterFactory.(Inherited from ViewExecutor) | 
Methods
| ExecuteAsync(ActionContext, IView, ViewDataDictionary, ITempDataDictionary, String, Nullable<Int32>) | Executes a view asynchronously.(Inherited from ViewExecutor) | 
| ExecuteAsync(PageContext, PageResult) | Executes a Razor Page asynchronously. | 
| ExecuteAsync(ViewContext, String, Nullable<Int32>) | Executes a view asynchronously.(Inherited from ViewExecutor) |