Commit Graph

363 Commits (df2386e5097f95d5b77e386b009171cf42a140a1)

Author SHA1 Message Date
Jaxel Rojas 40ea2f5767 Update highlight on dependency-injection.md (#5749)
Currently the highlight is mapping the operation of GetAveragePriority on the incorrect line:

[Statistics_Service.png](https://postimg.org/image/5m0gjw6bf/)

The correction is to highlight the previous line.
2018-03-20 14:50:40 -05:00
Luke Latham fd653e519b
Get CDN content links on HTTPS protocol (#5736) 2018-03-20 11:32:41 -07:00
Luke Latham e90ee95e78 Prereqs tuneup (#5721)
Updates
2018-03-19 18:04:00 -10:00
Scott Sauber 51b3ce4f38 Switch synchronous Partial usages to async. (#5701)
* Switch synchronous Partial usages to async.

* Update partial.md

* Update partial.md

* Clean up wording and clean out code with synchronous versions.

* Remove confusing wording

* Change wording
2018-03-17 17:29:05 -05:00
Luke Latham 6b0cf1247f Title, description, and H1 updates (2) (#5697)
Updates
2018-03-14 16:51:34 -10:00
Peter Kellner d7e60ae40f replace Post with Put (#5696)
Since post is an insert, it does not make sense to pass in an "id" to a post, but it does to a put.
2018-03-14 19:51:58 -05:00
Scott Addie e41662771d
Add note explaining Razor Pages property binding on GET (#5658)
* Add note explaining Razor Pages property binding on GET

* React to feedback

* React to feedback
2018-03-14 18:04:54 -05:00
Luke Latham 16a6c2029a Surface the intro topic in the RP tutorial (#5652)
* Surface the intro topic in the RP tutorial

* Fix topic title

* Few more title updates

* Refactor title

* Title correction
2018-03-11 21:57:36 -05:00
Scott Addie 2d834fe846
Remove unnecessary hyphen 2018-03-09 21:42:00 -06:00
Michal Altair Valášek 3034dd612f Changed route order (#5638)
* Changed order to have precedence over Razor Page Rules

Needed for generating the links.

* Updated to match code fix in #67da189045fb6abaa4bea776f4b4d6e42ee673d3
2018-03-09 10:57:57 -06:00
Luke Latham af3096253c
Title, description, and H1 updates (1) (#5574) 2018-03-01 15:21:56 -06:00
Scott Addie 12646adf33
Update Partial Tag Helper sample app to Preview1 (#5567) 2018-02-27 19:34:40 -06:00
Scott Addie e7c7e7a61a
Convert to CSHTML snippet types 2018-02-25 20:47:20 -06:00
Luke Latham f047169540 Drop [Main] from snippet references (#5547) 2018-02-24 10:08:11 -06:00
Scott Addie a4aa4ebb98
Add Partial Tag Helper 2.1 doc (#5533)
* Add Partial Tag Helper doc

* Minor edits

* Add missing word

* Rearrange sections and update README

* Fix author metadata value

* React to feedback
2018-02-23 15:34:22 -06:00
Scott Addie 0a2b31ebaa
Add missing forward slash 2018-02-22 12:00:44 -06:00
Scott Addie b29ffb7ffa
Fix snippet types 2018-02-20 21:38:01 -06:00
Rick Anderson ab7da9b864
Add model to TH sample (#5498)
* Add model to TH sample

Without model it looks like the TH isn't doing anything other than changing `asp-for` into `for`.

* Tag Helpers intro doc patch (#5519)
2018-02-20 16:07:23 -10:00
Luke Latham 5399bf3923 Wrong sample link in topic (#5500) 2018-02-20 10:42:49 -06:00
Luke Latham 239aa0ba8c Remove PJ files from non-sample projects (#5502) 2018-02-20 10:38:33 -06:00
Luke Latham 8aba8221e2 Link "conventions" language to the app model topic (#5506)
* Link "conventions" language to the app model topic

* Update razor-pages-convention-features.md
2018-02-20 10:36:25 -06:00
Luke Latham cbb06a8c4a Remove orphaned file (#5501) 2018-02-17 08:42:22 -10:00
Rick Anderson d49485d975
Update working-with-forms.md (#5473)
* Update working-with-forms.md

* Update working-with-forms.md

* Update working-with-forms.md
2018-02-15 09:53:14 -10:00
Pranav K a4505e8890 Update working-with-forms.md (#5470)
* Update working-with-forms.md

* Updated

* Update working-with-forms.md

* Update working-with-forms.md

* Update working-with-forms.md
2018-02-14 14:07:50 -10:00
Sam Foo f235255b83 Remove repeated duplicate words (#5438) 2018-02-11 12:36:03 -06:00
Dan Vicarel afdf3729e1 Fixed a jQuery error on the Model validation page (#5377) 2018-02-06 12:25:33 -06:00
Antoine Griffard 42c5c48cd7 Typo in MVC Model Validation (#5362)
however they wish => as they whish

Fixes #5361
2018-02-03 09:21:43 -10:00
Rick Anderson b97dfdf3f0
fix range - highlighting (#5337) 2018-02-02 09:16:49 -10:00
Rodigee 4a0bf9113e Fixed spelling mistake (#5328) 2018-02-01 10:24:49 -06:00
Scott Addie ec2ad2e944
Change cshtml to csharp in code snippet import 2018-01-31 22:09:33 -06:00
Scott Addie cf48b3aeec
Fix broken samples link 2018-01-31 22:05:17 -06:00
Scott Addie be46efd765
Fix asp-protocol code snippet import 2018-01-31 21:56:05 -06:00
Scott Addie f4f9cdf912
UE edit of Anchor Tag Helper doc (#5281)
* UE edit of Anchor Tag Helper doc

* Make sample project run

* Promote H3 attribute headings to H2

* Add API ref links and 2 new attributes

* Adjust metadata

* Add note about page handler name

* Verbiage tweak

* Another verbiage change

* Fix incorrect template syntax

* Add more complete code snippet

* Improve areas directory structure example

* Remove fully-qualified namespace from Index view

* Replace single quotes with double quotes

* Minor verbiage tweak

* Shorten the Razor Pages code snippets

* Rewording

* Add missing actions to controller

* Word swap

* Adjust rendered link text

* Add working examples

* More code updates

* Fix asp-page sample code

* More verbiage tweaks

* Formatting changes

* Remove custom Tag Helper

* React to feedback

* Fix build error

* Use layout file for Razor Pages
2018-01-31 14:00:31 -06:00
Luke Latham ab45f0c5d1 IMiddleware/IMiddlewareFactory topic (#5027)
* IMiddleware/IMiddlewareFactory topic

Change middleware topic filename + add crosslink

Update

Updates

* IMiddleware/IMiddlewareFactory topic

Change middleware topic filename + add crosslink

Update

Updates

* Updates

Updates

* React to feedback

* Add conventional middleware activation example
* Use Ninject to make the samp demo a real nonconforming container

* Show the default factory

* React to feedback

* Cut extraneous Ninject bits

* Updates

Update

* React to feedback

* React to feedback

* Use Simple Injector + default IMiddlewareFactory impl

* Updates

* Update

* Revert topic+sample to using the default container

Update

* Updates

* Updates

* Updates

* React to feedback

* Update
2018-01-30 10:53:14 -06:00
Luke Latham abbe642741 Organize metadata (#5296)
Updates
2018-01-29 09:21:31 -06:00
Luke Latham 8e33d0e94e Remove redirected topic files (#5299)
Updates
2018-01-29 09:15:04 -06:00
Luke Latham fa24342f38 Remove smart quotes (#5294) 2018-01-28 15:49:15 -06:00
Luke Latham 9d53ba5eea Remove code-behind from RP terminology (#5290)
Updates
2018-01-27 10:22:43 -10:00
Luke Latham e22c40247e Section header casing and addl resrouce links to xref (#5291)
Fix one link
2018-01-27 10:21:42 -10:00
Luke Latham 90a33ea189 Remove hyphen from e-mail (#5289) 2018-01-27 10:19:41 -10:00
Ward Durossette 2d899fa3fc Removed a duplicate "the" (#5271)
Extending my small crusade to eliminate the vile duplicity of "the the".
2018-01-25 11:38:38 -06:00
Luke Latham 313486d76f Taming the savage contraction issue (#5216)
* Form contractions

* Revert two contractions

* Additional reversions

* Additional reversions

* Additional revisions

* Additional revisions

* React to feedback
2018-01-24 09:27:24 -06:00
Luke Latham 1dd1a7fc8a
Remove localization segment from links (#5254) 2018-01-23 19:12:57 -06:00
Rachel Appel b92ed4f6f9
Updates for meta csat etc (#5236) 2018-01-22 21:06:08 +01:00
Rick Anderson c6fdd05d67
Update index.md 2018-01-21 14:12:36 -10:00
Rick Anderson fbb7392d7e
Merge branch 'live' into master 2018-01-19 14:17:21 -10:00
Rick Anderson dc6007c4be
Update index.md (#5222)
* Update index.md

* Update index.md
2018-01-19 11:05:48 -10:00
Rick Anderson 3e303620a1
Update live with current master (#5219)
* changes (#5218)

* Suggestion for better wording. (#5202)

* Suggestion for better wording.

While going through the tutorial on Mac, I was confused by this wording. I assumed that "command window" was something that was part of Visual Studio.

It may be clearer (especially to newcomers) to be consistent with the wording that's only a few lines above "From the command line, run the following .NET Core CLI commands:".

This is just a suggestion, now I realize that the words "Open a command window" appear in many parts of the documentation.

* Verbiage tweaks

* Verbiage tweaks

* Kill double-spaces (#5206)

* Nginx name consistency (#5214)

* Add spaces to TOC lines (#5212)

* Remove keywords and ms.assetid metadata from ASP.NET Core topics (#5208)

* Patch regex expressions (#5210)

Update
2018-01-19 10:48:55 -10:00
Luke Latham 31df8fcabf Remove keywords and ms.assetid metadata from ASP.NET Core topics (#5208) 2018-01-19 14:11:45 -06:00
Luke Latham d1c84324e5 Kill double-spaces (#5206) 2018-01-19 14:04:54 -06:00