MetaTable::GetActionPath Method

 

Gets the action path for the specified row.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

NameDescription
System_CAPS_pubmethodGetActionPath(String^)

Returns the action path for the current table and the specified action.

System_CAPS_pubmethodGetActionPath(String^, IList<Object^>^)

Returns the action path for the current table, specified action, and specified primary key.

System_CAPS_pubmethodGetActionPath(String^, IList<Object^>^, String^)

Appends query strings to the action path, based on the specified primary key and virtual path.

System_CAPS_pubmethodGetActionPath(String^, Object^)

Returns the action path for the specified row by using the name of the action.

System_CAPS_pubmethodGetActionPath(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.

System_CAPS_pubmethodGetActionPath(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.

Return to top
Show: