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

属性值

适用于