ViewDataAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
로 ViewDataAttribute 데코레이팅된 속성의 값은 에 저장되고 에서 ViewDataDictionary로드됩니다. ViewDataDictionary 는 컨트롤러 및 Razor 페이지 처리기의 속성에서 지원됩니다.
public ref class ViewDataAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class ViewDataAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ViewDataAttribute = class
inherit Attribute
Public NotInheritable Class ViewDataAttribute
Inherits Attribute
- 상속
-
ViewDataAttribute
- 특성
생성자
ViewDataAttribute() |
로 ViewDataAttribute 데코레이팅된 속성의 값은 에 저장되고 에서 ViewDataDictionary로드됩니다. ViewDataDictionary 는 컨트롤러 및 Razor 페이지 처리기의 속성에서 지원됩니다. |
속성
Key |
값에서 ViewDataDictionary속성을 가져오거나 추가하는 데 사용되는 키를 가져오거나 설정합니다. 지정되지 않은 경우 키는 속성 이름입니다. |