PageResultExecutor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
执行 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
- 继承
构造函数
属性
DiagnosticListener | (继承自 ViewExecutor) |
DiagnosticSource |
获取 DiagnosticSource。 (继承自 ViewExecutor) |
ModelMetadataProvider | (继承自 ViewExecutor) |
TempDataFactory |
获取 ITempDataDictionaryFactory。 (继承自 ViewExecutor) |
ViewEngine |
获取默认的 IViewEngine。 (继承自 ViewExecutor) |
ViewOptions |
获取 MvcViewOptions。 (继承自 ViewExecutor) |
WriterFactory |
获取 IHttpResponseStreamWriterFactory。 (继承自 ViewExecutor) |