This documentation is archived and is not being maintained.
MetaTable::GetActionPath Method (String, Object, String)
Visual Studio 2010
Returns the action path for the specified row by using the name of the action and the virtual path 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
An object that contains the row for the action path.
- path
- Type: System::String
The virtual path of the 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.
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: