Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
or .
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 ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Sub MapRouteLowercase ( _ routes As RouteCollection, _ name As String, _ url As String, _ defaults As Object _ ) |
Visual C++ |
---|
[ExtensionAttribute] public: static void MapRouteLowercase( RouteCollection^ routes, String^ name, String^ url, Object^ defaults ) |
Parameters
- routes
- Type: System.Web.Routing..::..RouteCollection
- name
- Type: System..::..String
- url
- Type: System..::..String
- defaults
- Type: System..::..Object