PageAction Class

Definition

Specifies default action values that are used by the routing mechanism in ASP.NET Dynamic Data applications.

public ref class PageAction abstract sealed
public static class PageAction
type PageAction = class
Public Class PageAction
Inheritance
PageAction

Properties

Details

Gets the action name for a page that shows details of a data item.

Edit

Gets the action name for a page that edits a data item.

Insert

Gets the action name for a page that inserts a data item.

List

Gets the action name for a page that displays data from a table.

Applies to

See also