MetaTable::GetActionPath Method (String^)

 

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

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

public:
virtual String^ GetActionPath(
	String^ action
) sealed

Parameters

action
Type: System::String^

The name of the action.

Return Value

Type: System::String^

The action path for the specified 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
Return to top
Show: