共用方式為


DynamicHyperLink.Action 屬性

定義

取得或設定與連結相關聯的動作。

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

屬性值

String

與連結相關聯的動作。

屬性

備註

您可以指派給此屬性的預先定義值是 「Edit」、「Insert」、「List」 和 「Details」。 每個值都與頁面範本相關聯。 您也可以指派自訂值。 自訂頁面範本必須支援自訂值。

適用於

另請參閱