- in .kproj files, let VS mark a couple more test projects as such
- remove duplicate `ModelExpression` class
- not necessary now that test project references MVC Core project
- follow up to
|
||
|---|---|---|
| .. | ||
| Controllers | ||
| EmbeddedResources | ||
| wwwroot | ||
| FilesWebSite.xproj | ||
| SendFileMiddleware.cs | ||
| Startup.cs | ||
| project.json | ||
| readme.md | ||
| sample.txt | ||
readme.md
FilesWebSite
This web site illustrates how to use FileContentResult via File method on the controller. It also demonstrates
how to write and register a custom FileSender middleware.