Files
REST_SERVER/VERAG_REST_SERVER/App_Start/RouteConfig.vb

17 lines
602 B
VB.net

'Imports System
'Imports System.Collections.Generic
'Imports System.Linq
'Imports System.Web
'Imports System.Web.Mvc
'Imports System.Web.Routing
'Namespace WebApiNamespacesVersion.Web
' Public Class RouteConfig
' Public Shared Sub RegisterRoutes(ByVal routes As RouteCollection)
' routes.IgnoreRoute("{resource}.axd/{*pathInfo}")
' routes.MapRoute(name:="Default", url:="{controller}/{action}/{id}", defaults:=New With {Key .controller = "Home", Key .action = "Index", Key .id = UrlParameter.[Optional]
' })
' End Sub
' End Class
'End Namespace