Controller.ViewData 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
및 ViewBag에서 사용하는 집합을 ViewResult 가져오거나 설정합니다ViewDataDictionary.
public:
property Microsoft::AspNetCore::Mvc::ViewFeatures::ViewDataDictionary ^ ViewData { Microsoft::AspNetCore::Mvc::ViewFeatures::ViewDataDictionary ^ get(); void set(Microsoft::AspNetCore::Mvc::ViewFeatures::ViewDataDictionary ^ value); };
[Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary]
public Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary ViewData { get; set; }
[<Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary>]
member this.ViewData : Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary with get, set
Public Property ViewData As ViewDataDictionary
속성 값
- 특성
설명
기본적으로 이 속성은 컨트롤러를 활성화할 때 IControllerActivator 초기화됩니다.
컨트롤러가 활성화된 후(예: 컨트롤러 작업 또는 를 재정의하여) 이 속성에 액세스할 수 있습니다 OnActionExecuting(ActionExecutingContext).
이 속성은 를 사용하여 초기화된 EmptyModelMetadataProvider단위 테스트 내에서 액세스할 수도 있습니다.