Click or drag to resize

AliasAttribute Constructor

Ctor for the attribute

Namespace:  Crosser.Common.Server
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public AliasAttribute(
	string name
)

Parameters

name
Type: SystemString
The name to set for the controller/method decorated with the attribute
See Also