Commit Graph

28 Commits (e95f67d763fc2e331640119e6580e6f416d5b182)

Author SHA1 Message Date
Steve Smith 43b3de4a50 File Uploads (#1977)
Doc complete and linked in TOC
2016-11-10 19:02:44 -05:00
Daniel Roth 1405cd6d45 Remove sphinx content 2016-10-28 10:29:02 -07:00
Rick Anderson edbf7b8adc style as code (#1776) 2016-08-11 18:37:18 -07:00
Rick Anderson 00254ae17a Update model-binding.rst (#1670) 2016-07-13 18:51:23 -07:00
Kiran Challa c398c53ac9 Add note about multiple [FromBody] parameters in ModelBinding (#1662)
* Add note about multiple [FromBody] parameters in ModelBinding

* word smith

* word smith
2016-07-12 18:37:57 -07:00
RachelAppel 59471b0b1a merges 2016-07-07 16:27:48 -04:00
Tatsuro Shibamura 2f4701c538 Fix curly braces. (#1606) 2016-07-05 10:24:12 -06:00
Steve Smith d36a05eeb0 Formatting Response Data (#1327)
* Formatting Response Data

* Formatting Response Data

* Adding sample project

* format-specific action results done with code and screenshots

* small progress

* Cleaned up document after rebase on RC2 master.

* Updated sample to RC2

* Adding search method which uses Ok and NotFound

* Working on Conneg section

* Working on response format url mappings.

* Ready for review

* Responding to feedback

* Responding to feedback

* Fixing typo

* Fixing link

* Fixing (another) link
2016-06-27 16:46:53 -07:00
Doug Bunting 350b3fc390 Get validation sample working (#1506)
Get validation sample working
- add files needed to complete the sample
- implement rc2 (and later) `IClientModelValidator` interface
- remove validation TODOs; implement them for real
- remove unused `Movie` properties
- remove and sort `using`s
- adjust `validation.rst` to match new sample
- correct a couple of small typos
- use sample files instead of code blocks where possible
- addresses the remaining bits of #1154
2016-06-27 06:54:33 -07:00
Rick Anderson d2f81fdc6b Update index.rst
moved from error handling doc to model validation (#1413)

Add an optional extended description…

Remove imports statements from project.json (#1428)

* remove imports from code

* change imports in project.json

Changed error handling doc to UseKestrelHttps to KestrelServerOptions.UseHttps
2016-06-23 17:15:01 -04:00
SyniaN b879ed4f29 Update model-binding.rst (#1386)
typo
2016-06-14 17:28:15 -07:00
danroth27 52403413d4 Update API ref docs for RC2 2016-05-27 18:08:54 -07:00
riande@microsoft.com f08a7ec45f fix lex errors
pick 73af200 fix lex errors
2016-05-27 09:58:09 -10:00
Rick Anderson 4cf32c695f Use ASP.NET Core MVC on first mention of MVC 2016-05-25 11:21:58 -10:00
Lars Gyrup Brink Nielsen ea93e685c7 Converted to string interpolation
Code like it’s 2016 :-)
2016-05-17 00:45:41 -07:00
Lars Gyrup Brink Nielsen 00f470b469 Typo
datatype -> data type
2016-05-17 00:45:39 -07:00
Lars Gyrup Brink Nielsen c6ba8ad13b Consistency, best practice
- Removed unnecessary and inconsistent parentheses
- Made the `Price` property a `decimal` instead of `float` (come on, `decimal` is used for monetary values for a good reason)
2016-05-17 00:45:37 -07:00
Lars Gyrup Brink Nielsen 370208aa41 More explicit analogy
- "... to validation of fields in **database** tables."
2016-05-17 00:45:36 -07:00
Lars Gyrup Brink Nielsen 1429225157 Fixed typo
IFormFIle -> IFormFile
2016-05-17 00:42:55 -07:00
danroth27 76ad77e026 Merge branch 'dev' 2016-05-16 12:16:38 -07:00
Mahmoud Ali f6c18e283d Fix validation tag helpers Span tags 2016-05-04 11:52:11 -03:00
RachelAppel 4027d4071c changes based on rick's feedback 2016-04-26 17:06:45 -04:00
danroth27 9a1816faf0 Merge branch 'master' into dev 2016-04-22 15:30:58 -07:00
RachelAppel 961b849c5e Clarify constructor requirement in model binding #1152 2016-04-19 17:42:37 -04:00
RachelAppel d502eb10f4 init
fix link

minor fixes

fix link

code formatting

consolidate sample files

formatting fix

modifications after feedback

changes after feedback

changes after feedback

edits

edits

edits

edits

changes
2016-04-15 17:15:24 -04:00
Johnny Cucerzan 759ae48ec9 fixed typo
updating based on feedback
2016-04-05 12:27:41 -04:00
danroth27 f965804df9 Rename ASP.NET 5 to ASP.NET Core and other general cleanups 2016-03-28 16:29:22 -07:00
danroth27 7e14f6113e Move mvc folder under aspnet 2016-03-02 11:19:41 -08:00