Powerful routing (route) Debug plugin: Routedebugger

Source: Internet
Author: User

There are two ways to add:

1, directly through the NuGet management tool, direct search Routedebug search to the version of the response, and then directly installed into the project (she will automatically help you configure in the configuration file)

2, Manual download Good RouteDebugger.dll, by reference to add to the program, and then in the Web. config file <appSettings> node down configuration

<appSettings>
<add key= "webpages:version" value= "2.0.0.0"/>
<add key= "webpages:enabled" value= "false"/>
<add key= "Preserveloginurl" value= "true"/>
<add key= "clientvalidationenabled" value= "true"/>
<add key= "unobtrusivejavascriptenabled" value= "true"/>
<!--Routedebugger Plug-in configuration-
<add key= "routedebugger:enabled" value= "true"/>
</appSettings>

Note: The following versions of MVC4 are manually registered in the global file.

Register Routedebugger Plugin
RouteDebug.RouteDebugger.RewriteRoutesForTesting (routetable.routes);

3, after the configuration, the request page will appear the following interface

Powerful routing (route) Debug plugin: Routedebugger

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.