MetaTable.GetActionPath Method (String, IList<Object>)

 

Returns the action path for the current table, specified action, and specified primary key.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

abstract GetActionPath : 
        action:string *
        primaryKeyValues:IList<Object> -> string
override GetActionPath : 
        action:string *
        primaryKeyValues:IList<Object> -> string

Parameters

action
Type: System.String

The name of the action.

primaryKeyValues
Type: System.Collections.Generic.IList<Object>

The list of column values that make up the primary key.

Return Value

Type: System.String

The action path for the specified action and primary key.

The action path is a URL for an action for a specific entity. For more information, see the System.Web.DynamicData.PageAction class overview.

.NET Framework
Available since 3.5
Return to top
Show: