MetaTable::GetActionPath Method (String^, RouteValueDictionary^)
.NET Framework (current version)
Returns the action path for the current table and for the specified action and routes.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: virtual String^ GetActionPath( String^ action, RouteValueDictionary^ routeValues ) sealed
Parameters
- action
-
Type:
System::String^
The name of the action.
- routeValues
-
Type:
System.Web.Routing::RouteValueDictionary^
The list of routes for the action.
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: