共用方式為


RouteDataAttribute.Key 屬性

定義

取得路由資料索引鍵。

public:
 property System::String ^ Key { System::String ^ get(); };
public string Key { get; }
member this.Key : string
Public ReadOnly Property Key As String

屬性值

String

路由資料索引鍵。

備註

如需搭配 Web Form 使用模型系結的教學課程系列,請參閱模型系結和 Web Form

適用於