MetaTable.GetActionPath Method (String, IList<Object>)
.NET Framework (current version)
Returns the action path for the current table, specified action, and specified primary key.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- action
-
Type:
System.String
The name of the action.
- primaryKeyValues
-
Type:
System.Collections.Generic.IList<Object>
The list of column values that make up the primary key.
The action path is a URL for an action for a specific entity. For more information, see the System.Web.DynamicData.PageAction class overview.
.NET Framework
Available since 3.5
Available since 3.5
Show: