aspnetcore/samples/MvcSample.Web
jacalvar a2023d35ee [Fixes #429] FileResult
1) Implemented FilePathResult to efficiently return files from disk.
2) Implemented FileStreamResult to return content from a stream.
3) Implemented FileContentResult to return content from a byte array.
2014-10-02 12:50:24 -07:00
..
App_Data Add AutoFac to the MVC sample 2014-06-09 15:00:40 -07:00
Areas/Travel
Components
Content Adding Api Explorer 2014-09-25 15:31:51 -07:00
Controllers/ApiExplorerSamples Adding Api Explorer 2014-09-25 15:31:51 -07:00
Filters
Models Adding Api Explorer 2014-09-25 15:31:51 -07:00
Monitoring Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
Services Adding support for @Inject to Mvc 2014-06-09 13:43:08 -07:00
Views Adding support for ViewLocationExpanders to allow modifying view locations 2014-10-01 16:15:25 -07:00
ApiExplorerController.cs Adding Api Explorer 2014-09-25 15:31:51 -07:00
AutoGenerateRouteNamesAttribute.cs Fix for #1192 - Support customizing reflected model through attributes 2014-10-01 14:15:34 -07:00
FiltersController.cs
Home2Controller.cs Fix the sample to await when writing directly to the output stream in a controller. 2014-09-09 08:39:44 -07:00
HomeController.cs [Fixes #429] FileResult 2014-10-02 12:50:24 -07:00
LanguageViewLocationExpander.cs Adding support for ViewLocationExpanders to allow modifying view locations 2014-10-01 16:15:25 -07:00
LinkController.cs
MvcSample.Web.kproj moving global filters to options 2014-09-15 15:34:45 -07:00
OverloadController.cs Remove ActionResultHelper 2014-06-11 11:17:45 -07:00
SimplePocoController.cs
SimpleRest.cs Fix for #1192 - Support customizing reflected model through attributes 2014-10-01 14:15:34 -07:00
Startup.cs Adding support for ViewLocationExpanders to allow modifying view locations 2014-10-01 16:15:25 -07:00
TestAssemblyProvider.cs Issue #668: Sample should be covered by a basic functional test. 2014-09-04 14:07:46 -07:00
ViewMetadata.cs
project.json Cleaned up the mvc sample 2014-09-15 09:51:00 -07:00
sample.txt [Fixes #429] FileResult 2014-10-02 12:50:24 -07:00