MetaModel.GetActionPath Method (String, String, Object)
.NET Framework (current version)
Returns the action path that is associated with a specific table.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
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.
The following example shows how to use the GetActionPath(String, String, Object) method to evaluate the routing path (determine the URL) for a specified table. For a complete example, see MetaModel.
.NET Framework
Available since 3.5
Available since 3.5
Show: