MetaTable.ListActionPath Property

Definition

Gets the action path of the list action for the table.

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

Property Value

The action path of the list action for the table.

Remarks

The action path is a URL for an action for a specific entity. For more information, see the System.Web.DynamicData.PageAction class overview.

Applies to