摘要:
Provides a collection of routes for ASP.NET routing. The RouteCollection class provides methods that enable you to manage a collection of objects that 阅读全文
摘要:
Provides properties and methods for defining a route and for obtaining information about the route. ex: The Route class enables you to specify how rou 阅读全文
摘要:
用于提供一些属性和方法来定义如何将URL匹配到一个物理文件上面。 Parameters virtualPathString The virtual path of the physical file of this Route object. The file must be located in 阅读全文
摘要:
你可以自己定义你的ASP.NET程序接收的get post put 或者delete请求。 使用这个约束的方式为: 参考资料: https://docs.microsoft.com/en-us/dotnet/api/system.web.routing.httpmethodconstraint?vi 阅读全文