DynamicHyperLink.Action 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與連結相關聯的動作。
public:
property System::String ^ Action { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.DynamicData.ActionConverter))]
public string Action { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.DynamicData.ActionConverter))>]
member this.Action : string with get, set
Public Property Action As String
屬性值
與連結相關聯的動作。
- 屬性
備註
您可以指派給此屬性的預先定義值是 「Edit」、「Insert」、「List」 和 「Details」。 每個值都與頁面範本相關聯。 您也可以指派自訂值。 自訂頁面範本必須支援自訂值。