This documentation is archived and is not being maintained.
MetaModel::GetActionPath Method
Visual Studio 2010
Returns the action path that is associated with a specific table.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: virtual String^ GetActionPath( String^ tableName, String^ action, Object^ row ) sealed
Parameters
- tableName
- Type: System::String
The name of the table that the action applies to.
- action
- Type: System::String
The action to apply to the table.
- row
- Type: System::Object
An object that represents a single row of data in a table. row is used to provide values for query-string parameters.
The route is determined by the combination of the table name and action.
Run an online example of this feature.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: