This documentation is archived and is not being maintained.
MetaTable::GetActionPath Method (String, Object)
Visual Studio 2008
Returns the action path for the specified row by using the name of the action.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- action
- Type: System::String
The name of the action.
- row
- Type: System::Object
The row to get the action path for.
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.
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.
Show: