MetaTable.ListActionPath Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le chemin d'accès de l'action vers l'action de liste pour la table.
public:
property System::String ^ ListActionPath { System::String ^ get(); };
public string ListActionPath { get; }
member this.ListActionPath : string
Public ReadOnly Property ListActionPath As String
Valeur de propriété
Chemin d'accès de l'action vers l'action de liste pour la table.
Remarques
Le chemin d’accès de l’action est l’URL d’une action pour une entité spécifique. Pour plus d’informations, consultez la vue d’ensemble de la System.Web.DynamicData.PageAction classe.