Unable to map an HttpHandler to a “path/*” wildcard mapping

前端 未结 3 491
花落未央
花落未央 2020-12-09 03:10

So I\'ve been trying to map an http module to a sub-path of an MVC3 site. It should be pretty simple as I understand it, but it has not been working. The module is setup l

3条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-09 03:14

    Simple. Just put the path, no wildcard.

    
      
    
    

    This will match:

    /api/{anything}

提交回复
热议问题