简体   繁体   中英

c# f#: WebApi: How do I do the equivalent of RouteCollection.RouteExistingFiles with HttpRouteCollection?

I would like to create a website with static html pages which call back to my WebApi. I am using nodejs, reactjs, and grunt to build my static pages. I would like my asp.net webapi project to give out the static pages. The static pages will then make calls back to my WebApi.

In Asp.net MVC, I have the following option:

((RouteCollection)routes).RouteExistingFiles = true

Is there an equivalent for for HttpRouteCollection which is used in asp.net WebApi?

Nevermind. It looks like they are automatically passed through. In another post, I've asked about how to default to index.html instead of the HomeController.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM