MetaTable::GetActionPath Method (String^, Object^)

 

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

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

public:
virtual String^ GetActionPath(
	String^ action,
	Object^ row
) sealed

Parameters

action
Type: System::String^

The name of the action.

row
Type: System::Object^

The row to get the action path for.

Return Value

Type: System::String^

The action path for the specified row.

The action path is a URL for an action for a specific entity. The action path contains the primary-key column names, which can be used for query-string filters.

For more information, see the System.Web.DynamicData::PageAction class overview.

.NET Framework
Available since 3.5
Return to top
Show: