ViewExecutor 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
를 IView실행합니다.
public ref class ViewExecutor
public class ViewExecutor
type ViewExecutor = class
Public Class ViewExecutor
- 상속
-
ViewExecutor
- 파생
생성자
필드
DefaultContentType |
뷰의 기본 콘텐츠 형식 헤더 값입니다 |
속성
DiagnosticListener |
DiagnosticListener를 가져옵니다. |
DiagnosticSource |
DiagnosticSource를 가져옵니다. |
ModelMetadataProvider |
IModelMetadataProvider를 가져옵니다. |
TempDataFactory |
ITempDataDictionaryFactory를 가져옵니다. |
ViewEngine |
기본 IViewEngine를 가져옵니다. |
ViewOptions |
MvcViewOptions를 가져옵니다. |
WriterFactory |
IHttpResponseStreamWriterFactory를 가져옵니다. |
메서드
ExecuteAsync(ActionContext, IView, ViewDataDictionary, ITempDataDictionary, String, Nullable<Int32>) |
뷰를 비동기적으로 실행합니다. |
ExecuteAsync(ViewContext, String, Nullable<Int32>) |
뷰를 비동기적으로 실행합니다. |