Projektdateien hinzufügen.
This commit is contained in:
16
VERAG_REST_SERVER/App_Start/RouteConfig.vb
Normal file
16
VERAG_REST_SERVER/App_Start/RouteConfig.vb
Normal file
@@ -0,0 +1,16 @@
|
||||
'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
|
||||
Reference in New Issue
Block a user