Implemented interface member:
method
GetActionPath
System.Web.DynamicData.IMetaTable.GetActionPath(System.String, System.Web.Routing.RouteValueDictionary)
4 references to GetActionPath
System.Web.DynamicData (4)
DynamicData\DynamicHyperLink.cs (3)
158
NavigateUrl = table.
GetActionPath
(action, GetRouteValues());
177
NavigateUrl = table.
GetActionPath
(action, GetRouteValues(table, dataItem));
214
NavigateUrl = table.
GetActionPath
(action, GetRouteValues());
DynamicData\MetaChildrenColumn.cs (1)
84
return ChildTable.
GetActionPath
(action, GetRouteValues(row));