Commit Graph

14 Commits (20ecb980b6d54abe85e3fd2775e02347be269ccb)

Author SHA1 Message Date
Rick Anderson 9f0167dd91
Update static files auth (#21194)
* Update static files auth

* Update static files auth

* Update static files auth

* Update static files auth

* Update static files auth

* Update static files auth

* Update static files auth

* Update static files auth

* Update static files auth

* Update static files auth

* Apply suggestions from code review

Co-authored-by: Kirk Larkin <serpent5@pm.me>

* Apply suggestions from code review

Co-authored-by: Kirk Larkin <serpent5@pm.me>

* Apply suggestions from code review

Co-authored-by: Kirk Larkin <serpent5@pm.me>

* Apply suggestions from code review

Co-authored-by: Kirk Larkin <serpent5@pm.me>

* Apply suggestions from code review

Co-authored-by: Kirk Larkin <serpent5@pm.me>

Co-authored-by: Kirk Larkin <serpent5@pm.me>
2021-01-22 07:21:48 +10:00
Eric Mutta 33bdc4a24e
Fix typo in source code comments for Startup.cs (#21161) 2021-01-08 07:41:55 -06:00
Rick Anderson 3567ddadb5
Static file auth (#19516) 2020-08-14 15:45:53 -10:00
Kirk Larkin ddc83b1736
Clean up the Static Files sample (#19056)
* Restructure sample folders to 1.x and 3.x

* General code cleanup/snippet rename

* Switch API references to use xrefs

* .

* .
2020-07-03 18:29:34 -10:00
Rick Anderson fc2f96b9cc
Replace Directory.GetCurrentDirectory() with xplat env versions (#19006) 2020-06-29 20:26:21 -10:00
Rick Anderson 827d38de08
Update Static files doc (#18846)
* Update Static files doc

* Update Static files doc

* Update Static files doc

* Update Static files doc

* Update Static files doc

* work

* work

* work

* Apply suggestions from code review

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

* Update static-files.md

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2020-06-27 12:45:24 -10:00
David Pine 1abb32ad3d Compressed .PNG image files (#15654) 2019-11-11 10:53:59 -06:00
Nick Schonning 068d6f58bb typo: Optinally -> Optionally (#11552) 2019-03-19 09:45:10 -05:00
Rick Anderson 0ee6b101d9
delete map and min files (#9310) 2018-10-31 14:26:48 -10:00
Luke Latham 190bdb5c2f
Set static files caching period by environment (#8079) 2018-08-14 15:51:34 -05:00
Scott Addie 8602c2e9e6
Updates to static files doc (#5165)
* Updates to static files doc

* Replace banned words

* Add missing wwwroot folder to sample app

* Add 2.x sample app

* More edits

* Add 3 new section headers to Serve static files section

* Fix description metadata warning

* Refactor HTTP response headers section

* Link to API refs

* Add note about metapackage

* Add more API ref links

* Verbiage changes

* Remove PathString references

* Fix broken download link for samples

* Add code snippet for authorization section

* Remove unnecessary 2.0 sample app

* Simplify BannerImage action

* Modify header image to meet MVC specs

* Change Startup class name

* Remove unused namespace import

* Remove unnecessary parens

* Remove note

* Verbiage tweak

* Apply meaningful names to snippets

* Simplify code snippet

* More code snippet simplifications

* Minor verbiage update

* Simplify sentence

* Add more detail

* Modify sample directories

* Add title

* Add markup examples

* React to feedback
2018-01-18 12:16:54 -06:00
Luke Latham 8a10c9800d Add OnPrepareResponse option w/resp header to static files doc (#2640)
* Create StartupAddHeader.cs

* Add files via upload

* Update static-files.md

* Update static-files.md

* Update StartupBrowse.cs

* Update StartupServeUnknownFileTypes.cs

* Update StartupStaticFiles.cs

* Update StartupTwoStaticFiles.cs

* Update StartupUseFileServer.cs

* Update static-files.md
2017-02-01 14:26:26 -10:00
Charlie Chu 5720fb8615 Solve cross platform issue
fix issue for “Unhandled Exception:
System.Reflection.TargetInvocationException”
2016-12-03 15:42:56 +08:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00