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

Syntax

C#
public static void MapRouteLowercase(
	this RouteCollection routes,
	string name,
	string url,
	Object defaults,
	Object constraints
)
Visual Basic
<ExtensionAttribute> _
Public Shared Sub MapRouteLowercase ( _
	routes As RouteCollection, _
	name As String, _
	url As String, _
	defaults As Object, _
	constraints As Object _
)
Visual C++
[ExtensionAttribute]
public:
static void MapRouteLowercase(
	RouteCollection^ routes, 
	String^ name, 
	String^ url, 
	Object^ defaults, 
	Object^ constraints
)

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type RouteCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also