Commit Graph

153 Commits (504733b4fcd0a087e693095501c6fd3b684fd9e2)

Author SHA1 Message Date
Rick Anderson 52dbf1cc03 updated areas (#1779) 2016-08-12 16:04:56 -04:00
Rick Anderson edbf7b8adc style as code (#1776) 2016-08-11 18:37:18 -07:00
Borislav Kosharov 267f3fde7f Fixed view folder Todo to match controller name (#1763)
* fix view folder Todo to match controller name

* fixed reference in .rst file
2016-08-10 09:32:08 -07:00
Rick Anderson 260f34d05c Razor Syntax (#1651)
* New Razor syntax article

* final DanRoth review
2016-07-26 10:59:01 -07:00
Rick Anderson 4591d1a64c lower case ref labels (#1708) 2016-07-22 17:14:21 -07:00
Rick Anderson ebf118576a added page link to sections (#1707) 2016-07-22 17:05:10 -07:00
Luke Latham ac9d76748e Add missing validation span element closing tags (#1693) 2016-07-18 14:14:43 -07:00
Niclas Lindqvist e7cd67c6de Fixed Markdown formatting (#1684)
Added spaces to Controller Helper Methods: Redirect paragraph
2016-07-15 08:05:55 -07:00
Rick Anderson 577ab1d454 Update intro.rst (#1683) 2016-07-14 17:17:51 -07:00
Rick Anderson 00254ae17a Update model-binding.rst (#1670) 2016-07-13 18:51:23 -07:00
Rick Anderson 7ed006b0a0 fixes #1665 (#1667)
* fixes #1665

* fix link
2016-07-13 09:27:08 -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
Zeke Lu 169da99c89 several minor fixes (#1656) 2016-07-12 16:44:19 -07:00
RachelAppel 59471b0b1a merges 2016-07-07 16:27:48 -04:00
雨宮丶優子 db06e05a5e Fill filter attributes (#1607)
* Fill filter attributes

* Fixed wrong links
2016-07-07 13:42:02 -06:00
Stefan Buehler ca5043f132 fix HtmlHelper method names (#1618) 2016-07-06 09:45:45 -06:00
Crystal Qian 9a960682f6 Revised InvokeAsync calls (#1623) 2016-07-06 09:39:38 -06:00
Tatsuro Shibamura 2f4701c538 Fix curly braces. (#1606) 2016-07-05 10:24:12 -06:00
Rick Anderson 89655014f9 fixes 1592 (#1597) 2016-07-01 12:51:25 -07:00
Steve Smith 5ca9be38cd Fix typos
Per @Eilon
2016-06-30 20:20:35 -04:00
Steve Smith 7af5bdd8f6 Views Overview (RTM Branch) (#1588)
Provides an overview of views and how to work with them.
2016-06-30 17:40:30 -04:00
Steve Smith cff1b9e6d2 Views Overview (#1509)
Introduces Views and how to work with them.
2016-06-30 17:33:18 -04:00
Kiran Challa bf82afdf38 Fixed area link code (#1585)
Add an optional extended description…
2016-06-30 10:34:35 -07:00
RachelAppel d968bb3e3f link modifications 2016-06-29 13:03:28 -04:00
RachelAppel 4a6e71218b modifications 2016-06-29 13:03:25 -04:00
RachelAppel ba8bf4d016 fix links again 2016-06-29 13:03:24 -04:00
RachelAppel afe2c11e11 fix link 2016-06-29 13:03:23 -04:00
RachelAppel 535485de40 Update unit testing for RTM 2016-06-29 13:03:22 -04:00
RachelAppel 1430cae477 Update unit testing for RTM 2016-06-29 13:03:21 -04:00
John Luo 7f45356770 Update MVC Controller Dependency Injection doc and samples (#1565) 2016-06-28 21:35:29 -07:00
Kiran Challa 3f485f215c Fixing Testing Controller sample (#1541) 2016-06-28 09:58:48 -07: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
Eilon Lipton 23350aaaba Update 'partial' topic to .NET Core RTM (#1538)
* Update 'partial' topic to .NET Core RTM

* Remove 'both'.
2016-06-27 15:04:33 -07:00
Crystal Qian 1d61f41d06 Update class name in authoring.rst (#1537) 2016-06-27 15:02:20 -07:00
Ajay Bhargav Baaskaran 9c682c7c01 Updated FormsTH sample (#1540)
* Updated FormsTH sample

* Missed change
2016-06-27 15:01:32 -07:00
Kiran Challa 44844189d5 Fix to link generation (#1533) 2016-06-27 10:50:03 -07:00
Rachel Appel 1e3b2a28a6 Fix API ref links in filters doc (#1532) 2016-06-27 10:48:28 -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
Daniel Roth 08cefb4ec7 Add version warning extension (#1523) 2016-06-26 01:29:27 -07:00
Pranav K 9b709582ee Update sample to work with RTM (#1516)
Modify sample for dependency-injection
2016-06-24 17:23:19 -07:00
Ajay Bhargav Baaskaran 821fa1c48c Update TagHelpers intro doc and sample (#1491)
* Update TagHelpers doc and sample

* Reverted some changes
2016-06-24 11:47:45 -07:00
Eilon Lipton cf3a12e16a Update MVC layouts topic (#1489) 2016-06-23 22:50:57 -07:00
Kiran Challa 826be1ba54 Fixing FiltersSample (#1488)
* Fixing FiltersSample

* updated
2016-06-23 17:33:14 -07:00
Daniel Roth 5837fb8137 Update common samples to 1.0.0 (#1480)
* Update common samples

* Update bundling and minification to not use common samples

* Fix line numbers in DI

* Remove line numbers from environments doc

* Remove line numbers from middleware article

* Simplify paths to common samples
2016-06-23 15:49:29 -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
Steve Smith 534577f866 Partial Views (#1356)
Fixes #126
2016-06-16 19:35:23 -04:00
SyniaN b879ed4f29 Update model-binding.rst (#1386)
typo
2016-06-14 17:28:15 -07:00
Micheal Colhoun e7b7dec5a1 correct emphasis for Startup.cs 2016-06-09 10:57:33 -10:00
riande@microsoft.com 3931e5e96e Authoring TH RC1 to RTM 2016-06-09 10:46:06 -10:00
Travis Boatman 5136eb772e Use Tag-Helpers
Addresses #1284

Add Introduction Link to Tag-Helpers

Update areas.rst
2016-06-06 12:59:10 -04: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
riande@microsoft.com c3037abd91 add VS to title of TOC and add Working with forms to TH TOC 2016-05-23 08:47:29 -10:00
danroth27 0d43216711 Remove controller error handling article 2016-05-18 21:33:39 -07:00
Robert Haken b1d63f0983 EmailTagHelper.cs: context.GetChildContentAsync() => output.GetChildContentAsync() 2016-05-18 10:36:35 -07:00
Lars Gyrup Brink Nielsen 1aa1fcb8d3 Fixed description of code
HTTP should be called before WWW.
2016-05-17 11:20:54 -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
riande@microsoft.com 9b6065a4d2 remove 1st ASP.NET/VS tutorial 2016-05-12 18:16:48 -10:00
Aftab Ansari 61ac26ab81 Update testing.rst
typo corrected.
2016-05-12 20:22:32 -07:00
Rick Anderson 5cae5879dc initial Forms Tag Helpers 2016-05-11 19:10:35 -10:00
riande@microsoft.com 5e64539118 removed @tagHelperPrefix with dbl quotes - updated for RC2 2016-05-11 14:31:55 -10:00
robertdawidziuk 0399b411b1 fixing broken link
Link download, test and modify the sample had invalid address.
2016-05-11 12:52:27 +02:00
Mahmoud Ali f6c18e283d Fix validation tag helpers Span tags 2016-05-04 11:52:11 -03:00
danroth27 f9e9c44e2c Remove broken sample link on MVC layouts doc and general cleanup 2016-05-02 15:11:15 -07:00
Petr Onderka 3aa24e4431 Fixed broken links 2016-05-02 14:54:54 -07:00
Petr Onderka 8209e68ce1 Example URIs should not be links
This includes:

* localhost
* example.com
* example email addresses
* schema URI
2016-04-28 22:40:38 +02:00
Steve Smith 13951f6dd9 Updating includes after file renames. 2016-04-26 17:58:54 -04:00
RachelAppel 4027d4071c changes based on rick's feedback 2016-04-26 17:06:45 -04:00
Steve Smith 5e8f8f6516 Testing Controller Logic
Minor copy edits
2016-04-26 14:50:20 -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 a8c6236a0d Merge branch 'master' of http://github.com/aspnet/docs 2016-04-15 17:18:36 -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
Steve Smith 4c5341c250 Filters 2016-04-11 21:02:34 -04:00
Steve Smith c54c174b3c Layout in Views
Fix typo
2016-04-08 16:12:15 -04:00
Steve Smith c697e6d227 Merge branch 'master' of https://github.com/aspnet/Docs 2016-04-08 16:11:05 -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
Quentin Homareau 630c17a028 Updated URL to match AspNet API docs
All URL are now pointing to AspNet Docs
2016-03-24 15:07:47 -07:00
Steve Smith ee4aa3e427 Wordsmithing 2016-03-15 17:13:41 -04:00
Rick Anderson 5bc0bec936 Update view components article 2016-03-14 15:01:11 -10:00
Rick Anderson a42b688b55 fix link broken my MVC merge 2016-03-14 10:43:44 -10:00
Sourabh Shirhatti 9b30420c1a Dynamic vs statics views stub pointed to wrong issue 2016-03-14 13:36:27 -07:00
Steve Smith 29130330da Finished all controller unit tests 2016-03-13 14:35:38 -04:00
Steve Smith 82fe3ad532 Added another test. 2016-03-12 00:01:22 -05:00
Steve Smith 06d923fd05 Adding tests 2016-03-11 23:52:42 -05:00
Steve Smith 28cf1cc340 Ideas page is working 2016-03-11 17:29:36 -05:00
Steve Smith 33cf1b700b Working on sample 2016-03-11 16:10:47 -05:00
Steve Smith dc7232f695 Sample initial version 2016-03-11 12:19:09 -05:00
Steve Smith 9f69ef5707 Initial progress 2016-03-11 11:47:12 -05:00
danroth27 88130df2c5 Remove mvc sphinx project files and intersphinx links 2016-03-02 11:19:51 -08:00
danroth27 59fa370bb6 Merge mvc migration topics into aspnet migration section 2016-03-02 11:19:50 -08:00
danroth27 5fd2f9468a Merge mvc getting started samples and tutorials into aspnet project 2016-03-02 11:19:48 -08:00
danroth27 1d7eba32bc Remove unnecessary areas link 2016-03-02 11:19:46 -08:00