The name which should be used to describe the action in terms of the route.

Namespace:  Mindscape.LightSpeed.Web.Routing
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public string Name { get; private set; }
Visual Basic (Declaration)
Public Property Name As String

Field Value

The name of the action.

Examples

An action called Bar with the Name of Foo would cause a route called /foo to be built. If there is no name set then the route would be called /bar

See Also