NancyFx / Nancy

Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
http://nancyfx.org
MIT License
7.16k stars 1.47k forks source link

how can i define a filter working on static pages? #2966

Closed jackletter closed 5 years ago

jackletter commented 5 years ago

there is a html file(eg a.html) in static folder(eg. Content). how can i intercept the quest(eg. http://localhost/Content/a.html)