This documentation is archived and is not being maintained.

MetaTable::GetActionPath Method (String, RouteValueDictionary)

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

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

public:
String^ GetActionPath(
	String^ action, 
	RouteValueDictionary^ routeValues
)

Parameters

action
Type: System::String

The name of the action.

routeValues
Type: System.Web.Routing::RouteValueDictionary

The list of routes for the action.

Return Value

Type: System::String
The action path 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.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5 SP1
Show: