MetaTable::GetActionPath Method
.NET Framework (current version)
Gets the action path for the specified row.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
| Name | Description | |
|---|---|---|
![]() | GetActionPath(String^) | Returns the action path for the current table and the specified action. |
![]() | GetActionPath(String^, IList<Object^>^) | Returns the action path for the current table, specified action, and specified primary key. |
![]() | GetActionPath(String^, IList<Object^>^, String^) | Appends query strings to the action path, based on the specified primary key and virtual path. |
![]() | GetActionPath(String^, Object^) | Returns the action path for the specified row by using the name of the action. |
![]() | GetActionPath(String^, Object^, String^) | Returns the action path for the specified row by using the name of the action and the virtual path of the action. |
![]() | GetActionPath(String^, RouteValueDictionary^) | Returns the action path for the current table and for the specified action and routes. |
The action path is a URL for an action for a specific entity. For more information, see the System.Web.DynamicData::PageAction class overview.
Show:
