Commit Graph

5 Commits (53e19c9bfa44e69d7339f75d49d7d335a57ad9ca)

Author SHA1 Message Date
Luke Latham 41e3e00751 Add wwwroot assets to the ResponseFormattingSample (#4161)
* Add wwwroot assets to ResponseFormattingSample

Add-on PR due to the unexpected presence of *wwwroot* in the
*.gitignore* file.

* Delete _references.js
2017-09-01 16:03:39 -05:00
Luke Latham b7b64803d5 Remove OutputType from project files (#4163)
Removing \<OutputType> from updated 2.0 projects, as it's specified by
Sdk.Web, and we're (generally) not showing defaults in the files.

There's a chance that we'll need to make an additional  update for
*wwwroot* to match the templates. I'm checking on that now.
2017-08-31 15:47:33 -05:00
Luke Latham 5e7d6a2be8 Update ResponseFormattingSample app (#4140)
Addresses #1950

AFAICT you can't specify the global format filter as the live sample
does ... removing that line results in a properly functioning sample. It
returns both XML or JSON depending on the Accepts header; otherwise, it
(the live sample) only ever returns XML.

Sample updates
2017-08-30 08:42:20 -07:00
Omar Maher d1a2867afd Update Startup.cs in Formatting (#3378)
* Update Startup.cs

Make default format xml

* Update Startup.cs

Make Xml global format
2017-05-24 11:24:00 -07:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00