다음을 통해 공유


ViewDataAttribute.Key 속성

정의

에서 값 ViewDataDictionary에서 속성을 가져오거나 추가하는 데 사용되는 키를 가져오거나 설정합니다. 지정되지 않은 경우 키는 속성 이름입니다.

public:
 property System::String ^ Key { System::String ^ get(); void set(System::String ^ value); };
public string Key { get; set; }
public string? Key { get; set; }
member this.Key : string with get, set
Public Property Key As String

속성 값

적용 대상