MetaChildrenColumn::GetChildrenPath Method (String, Object)
Gets the path of the specified action page of the child table.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- action
- Type: System::String
The target action.
- row
- Type: System::Object
The row that contains the foreign-key field.
The GetChildrenPath(String, Object) method returns the path of the specified action page for the child table. The path returned is based on the routes that are defined for the ASP.NET Dynamic Data application and has the specified row as a parent. The path is obtained by appending a query-string value to the URL that contains the foreign-key field value specified in the row parameter.
If row is nullptr, his method returns an empty string.
You can use the values defined in the PageAction class for the action parameter.
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.