Projektdateien hinzufügen.

This commit is contained in:
2023-02-14 15:38:31 +01:00
parent 15086b808b
commit 877f50f1eb
27 changed files with 3098 additions and 0 deletions

View 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