How to append current DateTime as a string to a URL in RouteConfig.cs

后端 未结 0 479
悲&欢浪女
悲&欢浪女 2021-01-30 05:43

So I have the following route in my RouteConfig.cs

routes.MapRoute(
    name: "Student",
    url: "student",
    defaults: new {          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题