Initializes a new instance of the LowercaseRoute class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public LowercaseRoute(
	string url,
	RouteValueDictionary defaults,
	RouteValueDictionary constraints,
	IRouteHandler routeHandler
)
Visual Basic
Public Sub New ( _
	url As String, _
	defaults As RouteValueDictionary, _
	constraints As RouteValueDictionary, _
	routeHandler As IRouteHandler _
)
Visual C++
public:
LowercaseRoute(
	String^ url, 
	RouteValueDictionary^ defaults, 
	RouteValueDictionary^ constraints, 
	IRouteHandler^ routeHandler
)

See Also