Questions tagged [iroutehandler]
16 questions
0
votes
1 answer
MVC Custom RouteHandler not firing for files
I have the following code to register a route with my custom routehandler:
routes.Add(New Route(path & "/{assembly}/{*resource}", New RouteValueDictionary(), New RouteValueDictionary(New With { _
Key .assembly = AssemblyName _
…

user3036342
- 1,023
- 7
- 15