ASP.NET routing is used to dispatch a request to a handler based on the requested URL path.
NET路由通常根据请求的URL路径将请求分发到处理器。
As opposed to URL rewriting, the routing component knows about handlers and selects the handler that should generate a response for the requested URL.
与URL重写相反,路由组件知道处理器,并能够选择可以为请求的URL生成反应的处理器。
应用推荐