ViewExecutor 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 an IView.
public ref class ViewExecutor
public class ViewExecutor
type ViewExecutor = class
Public Class ViewExecutor
- Inheritance
-
ViewExecutor
- Derived
Constructors
Fields
DefaultContentType |
The default content-type header value for views, |
Properties
DiagnosticListener |
Gets the DiagnosticListener. |
DiagnosticSource |
Gets the DiagnosticSource. |
ModelMetadataProvider |
Gets the IModelMetadataProvider. |
TempDataFactory |
Gets the ITempDataDictionaryFactory. |
ViewEngine |
Gets the default IViewEngine. |
ViewOptions |
Gets the MvcViewOptions. |
WriterFactory |
Gets the IHttpResponseStreamWriterFactory. |
Methods
ExecuteAsync(ActionContext, IView, ViewDataDictionary, ITempDataDictionary, String, Nullable<Int32>) |
Executes a view asynchronously. |
ExecuteAsync(ViewContext, String, Nullable<Int32>) |
Executes a view asynchronously. |