top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Please Give 2 examples for scenarios when routing is not applied?

+1 vote
251 views
Please Give 2 examples for scenarios when routing is not applied?
posted Feb 16, 2017 by Jdk

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes
  1. A Physical File is Found that Matches the URL Pattern – This default behaviour can be overriden by setting the RouteExistingFiles property of the RouteCollection object to true.
  2. Routing Is Explicitly Disabled for a URL Pattern – Use the RouteCollection.Ignore() method to prevent routing from handling certain requests.
answer Feb 16, 2017 by Shivaranjini
...