Initializes a new instance of the GetAttribute class.

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 GetAttribute(
	string name
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String _
)

Parameters

name
Type: System..::.String
Name of the action.

See Also