DynamicDataRoute::Action Property

 

Gets or sets the name of an action for a route.

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

public:
property String^ Action {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The action name for a route.

For a list of possible action names, see System.Web.DynamicData::PageAction. If you do not set this property when you create an instance of DynamicDataRoute, the route will apply to all actions.

.NET Framework
Available since 3.5
Return to top
Show: