Commit Graph

495 Commits (91a2e221a9a12dbe657dc48416cafa01a8b5c40a)

Author SHA1 Message Date
MelnikovIG e07a9ad2c8 Fix ValidationSample project compilation (#6050) 2018-04-22 19:35:50 -10:00
user135711 b65283694b Review comment rendered in Razor intro (#6041)
The -- was interfering with the tag from being parsed.
2018-04-20 10:20:17 -10:00
Rick Anderson 40358daeda
Update filter.md (#6010) 2018-04-17 13:20:04 -10:00
Luke Latham acf663cfc2 Broken and malformed links (#5992)
* Broken and mal-rendered links

* Fix @model encoding problem
2018-04-17 09:44:27 -05:00
Luke Latham ab77d226d4
RP conventions topic update (#5961) 2018-04-16 16:10:05 -07:00
Sued Lima 6569897cec Update index.md (#5986)
Corrected "Customers" folder in line 292
2018-04-16 09:25:37 -05:00
Scott Addie 8d3802fb65 Remove deprecated DotNetToolCliReference node 2018-04-13 18:24:29 -05:00
Scott Addie e22cfcacfc Relocate Razor Pages TOC node (#5977)
* Relocate Razor Pages TOC node

* Relocate Razor Pages TOC node
2018-04-13 13:03:08 -10:00
Scott Addie f0dfbcbfd1 Fix code indentation 2018-04-13 16:07:38 -05:00
Scott Addie 2f00ad8090 Update Partial Tag Helper doc to 2.1 Preview 2 2018-04-13 14:03:36 -05:00
Scott Addie 94dabb3dfb Update include syntax 2018-04-13 10:25:29 -05:00
Scott Addie 295982c76c Add 2.1 note to Partial Tag Helper doc 2018-04-13 10:19:52 -05:00
Rick Anderson 288347e571
Razor Pages Filters (#5835)
* WIP Razor Pages Filters

* spelen

* clean up

* clean up

* mvc filters UE edit

* wrok

* wrok

* wrok

* react to feedback

* minor

* minor

* minor

* minor

* minor

* minor

* minor

* minor

* minor

* minor

* minor

* react to feedback

* fix

* fix

* fix

* fix

* fix
2018-04-12 11:29:02 -10:00
Scott Addie 9c6ac7696e Apply monikerRange metadata to Razor Pages docs 2018-04-10 14:42:09 -05:00
Scott Addie 9195844920 Add monikerRange metadata to Partial Tag Helper doc 2018-04-10 14:13:53 -05:00
Rick Anderson 3efa3218e6
Update razor.md (#5918) 2018-04-09 18:32:27 -10:00
Rick Anderson 19e9eb8ab5
Razor SDK (#5897)
* Razor SDK

* work

* work

* work

* work

* work

* work

* react to feedback
2018-04-09 11:38:46 -10:00
Luke Latham 21413e0687 Recommended language change (#5883) 2018-04-04 19:12:34 -10:00
Rick Anderson 1832723bd1
CI Update (#5878) 2018-04-04 13:51:35 -10:00
jconrey 31d238ffdd Update view-components.md (#5872)
altering range of code displayed to remove hanging closing } and closing table tag
2018-04-04 10:48:12 -04:00
Scott Addie 37fffb76e4
Link to .NET Core CLI publish command doc (#5864)
* Link to .NET Core CLI publish command doc

* Verbiage tweak
2018-04-03 16:14:58 -04:00
Scott Addie b2cdf7ff05
Relocate advanced MVC docs to Web API TOC (#5859) 2018-04-02 15:22:30 -04:00
Jaxel Rojas 4697a8ab55 Update partial-tag-helper.md (#5852)
Corrected language syntax of ProductModel from cshtml to csharp.
2018-04-02 11:24:19 -04:00
MackHog dab1669d77 Update app-parts.md (#5826) 2018-03-29 06:30:35 -07:00
Rick Anderson 1d41e4d1e9
Update index.md 2018-03-28 19:16:17 -10:00
Jaxel Rojas 6a650b9b1f Update filters.md (#5824) 2018-03-28 19:22:18 -07:00
Scott Addie d85d7ab486
Fix indentation in code snippet 2018-03-28 16:32:23 -04:00
Scott Addie c8126dcb30
Add async load note to partial tag helper doc (#5821)
* Add async load note to partial tag helper doc

* React to feedback

* React to feedback
2018-03-28 15:48:36 -04:00
Scott Addie 2f0ada72b2
Remove unnecessary leading space in code snippet 2018-03-28 12:56:22 -04:00
Rick Anderson e284fae98a
MVC filters don't apply to RP (#5816)
* MVC filters don't apply to RP

* Update filters.md

* Update filters.md

* Update filters.md
2018-03-27 15:35:24 -10:00
Rick Anderson 1e7badc723
fix filters snippet (#5814) 2018-03-27 13:14:23 -10:00
Luke Latham bdb6d7cafc Title, description, and H1 updates (4) (#5745)
* Title, description, and H1 updates (4)

* Updates

* Updates

* Drop gerunds and update link text

* Update

* Update next.md

* Update routing.md
2018-03-21 14:18:35 -10:00
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
Rachel Appel f1c1cd4c1b
changes (#5218) 2018-01-19 13:36:10 +01:00
Eilon Lipton 495737926e Remove unneeded references to VB (#5201)
Because there is no VBHTML in ASP.NET Core.
2018-01-18 09:23:00 -06:00
Fernando 07a18c5b36 Update anchor-tag-helper.md (#5164)
I've added a ` that was missing
2018-01-11 09:53:37 -06:00
Rachel Appel 4089eab3e5
MVC doc MVC cleanup (#5136) 2018-01-08 20:29:18 -05:00
Shimmy 6c653cc6e0 Making use of the ValueProviderFactoryExtensions (#5073)
* Making use of the ValueProviderFactoryExtensions

* Restored region per request

* Namespace ordering
2018-01-03 16:59:27 -10:00
Rachel Appel 9a466bff79 note about RP & MVC views with asp-page (#5075) 2018-01-02 15:30:53 -10:00
Rachel Appel ad9ce52255
added asp-page info (#5040)
* added asp-page info

* feedback mods

* removed relative path
2017-12-20 10:44:15 -05:00
Rick Anderson b40c22c376
Update authoring TH (#5042)
* Update authoring.md

* Update authoring.md
2017-12-19 10:26:36 -10:00
Rick Anderson 23c6f25672
RP - Index, remove bad link (#5033) 2017-12-19 08:30:14 -10:00
Rachel Appel 2a42c5a167
minor grammar edits (#5031) 2017-12-18 17:23:32 -05:00
Rachel Appel 0cca9f3f21
minor grammar edits (#5030)
* minor grammar edits

* correction
2017-12-18 16:37:45 -05:00
Scott Addie 415b2d6238 Clarify the FDD requirement for view compilation (#5001)
* Clarify the FDD requirement for view compilation

* Update FDD link

* Verbiage clarification
2017-12-13 09:06:17 -10:00
Daniel Roth 8d735d1ce1
Update index.md 2017-12-12 16:59:21 -08:00
Scott Addie d1572a4dcf Convert Cache tags to lowercase (#4984) 2017-12-12 11:53:22 -10:00
Rick Anderson 0b3e34ae40 Update overview.md (#4976)
* Update overview.md

* Add missing period
2017-12-12 09:04:35 -06:00
Sergey 79cbe84b04 Incorrect 'expires-on' is changed to 'expires-after' (#4982)
'expires-after' exmaple is fixed.
2017-12-12 08:58:46 -06:00
Scott Addie 20c547f4fe
Remove extra space from div tag (#4966) 2017-12-11 10:21:03 -06:00
Rick Anderson fce73ddd5c update view components to 2.1 (#4960) 2017-12-11 09:58:11 -06:00
Rick Anderson 04bc170224
Update index.md (#4931)
* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2017-12-07 10:04:54 -10:00
Scott Addie aea5ad8493 Add *.PrecompiledViews assembly text (#4929)
* Add PrecompiledViews assembly text

* Optimize screenshot
2017-12-05 08:18:27 -10:00
Luke Latham a17c20dc02 Razor Pages Testing topic (#4832)
* Razor Pages Testing topic

* React to feedback

* Updates

Updates

* React to feedback

* Make test classes singular

Update
2017-12-02 07:06:50 -10:00
Luke Latham 374ecc35a7 Documenting Options change for 2.0 (#4797)
* Documenting Options change for 2.0

Update

Updates

Updates

* Updates

Fix link

Update TOC entry

Fix redo

Updates

* Update index.md

Simple is banned.

* Factor remaining Options out of Config topic

* React to feedback and updates

Update

Updates

Update metadata

* React to feedback

Update
2017-11-28 14:09:16 -10:00
Duane McKibbin fa16bf4e5c Adjust sample range to show method signature (#4860)
* Adjust sample range to show method signature

The section on using IValidatableObject was missing the Validate method signature and included an extra closing } 
The range was off by 1 on both sides.

Question: The first snippet sample for "Custom validation" looks weird because it contains the class name but not the closing } , not sure how to fix that though with the ?range syntax.

* Update validation.md
2017-11-27 15:03:58 -10:00
MaxHorstmann 2855fc2fb8
fix typo 2017-11-26 21:50:29 -05:00
Dan Vicarel e2a7f0b335 Added References to jQuery Validate Plugins in the Model Validation Topic (#4751)
* Added more details on remote validation to the MVC model validation page

* Described the attribute -> tag helper -> jquery unobtrusive validation -> jquery validate flow for client-side validation in a little more detail.
2017-11-20 15:35:28 -05:00
anonymousgituser a0b1f5afe4 Explanations of Model Binding Default Behavior (#4830)
* Explanations of Model Binding Default Behavior

This PR is to expound upon the default behavior of the model binding engine when values are not found.

* React to feedback

* Minor tweaks
2017-11-20 11:24:01 -06:00
Poulad d19c8af6e3 Update formatting.md (#4823) 2017-11-19 10:44:00 -10:00
Luke Latham 1c3b4fea85 Fix and update Testing Controllers sample (#4744) 2017-11-16 11:18:00 -10:00
Jacob Kattampilly 2711ddb868 Minor URL change (#4812) 2017-11-16 10:55:15 -10:00
Rachel Appel a7fe30958b
minor grammar fix (#4804) 2017-11-15 14:13:23 -05:00
Dan Vicarel 4fd18b286c Added Examples for Validating Dynamic Content to the Model Validation Topic (#4753) 2017-11-15 13:54:00 -05:00
Isaac Levin 0434ff60ff RazorPages is ambiguous - rename app MyRazorPages #4695 (#4775)
* Rename RazorPages to RazorPagesSample

* fix typo

* change dbname in startup

* revert change and slight rename
2017-11-14 08:23:42 -10:00
Rick Anderson 83cb1b6dfd
Update overview.md (#4771)
* Update overview.md

* Update overview.md

* Update overview.md

* Update overview.md
2017-11-13 13:50:16 -10:00
Rick Anderson 034a54904e
Merge branch 'live' into master 2017-11-13 13:13:54 -10:00
Dan Vicarel b90685e708 Specified the language on two code snippets in the remote validation section (#4781) 2017-11-13 13:07:35 -10:00
Rick Anderson 7d092cd990
Update live with current master (#4773)
* Tabbifying script examples per OS (#4735)

* Command line deployment

* typo fix

* edits per review

* increased visibility of 'pub to azure' scenarios

* removed copy/paste debris

* Tabbified the local code segments

* fixed merge whoops

* attempting to fix TOC

* Fixed toc xref

* Update implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc-application.md (#4745)

* Update adding-controller1.md (#4747)

* Update adding-controller1.md

* Update adding-controller1.md

* Update publish-to-azure-webapp-using-vs.md (#4746)

* Overhaul of resource-based auth doc (#4715)

* Updates to resource based auth doc

* More edits

* More edits

* Tag with mvc metadata

* Verbiage tweaks

* More edits

* More MVC edits

* More edits

* Initial commit of sample app

* Replace inline code with code imports

* Add download link to sample app

* Correct the requirement class name

* Adjust line number

* Verbiage tweak

* More edits

* Add 1.x sample

* Update sample apps folder name in link

* Minor edits

* More edits

* Fix metadata warnings

* Code cleanup

* Update description metadata

* Update property name in csproj file

* Update old namespaces in ASP.NET Core 2.x app

* Update .NET Fx target framework TODO comments

* Prevent action code from scrolling

* Add Razor Pages sample

* Fix line numbers for highlighting

* Return ForbidResult when appropriate in 2.0 app

* Add authentication assumption notes

* Update metadata

* React to Rick's feedback

* Add 1.x handler snippets

* Update adding_view1.md

* Fix broken sample apps link

* Minor improvement (#4757)

* Update using-gulp.md

* Update index.md

* Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md (#4767)

* Added Description for AdditionalFields Property of Remote Attribute (#4768)

* Updated model validation topic and example code to describe the Remote attribute AdditionalFields property

* Update validation.md

* Update update-related-data.md (#4761)

* Fix typo in MVC Views overview

* language enhancement proposal (#4779)

* language enhancement proposal

as discussed in comments

* Update iis.md

* RP intro add tutorial link (#4764)

* RP intro add tutorial link

* Update index.md

* Update index.md

* Update adding-model.md (#4778)

Fixed a typo at line 72 (an e missing)
2017-11-13 10:58:31 -10:00
Rick Anderson b3abc96e95
RP intro add tutorial link (#4764)
* RP intro add tutorial link

* Update index.md

* Update index.md
2017-11-13 10:49:43 -10:00
Justin Kotalik fbce5e8a49
Fix typo in MVC Views overview 2017-11-11 15:49:29 -08:00
Rick Anderson ccf08615ad
Update live with current master (#4772)
* Tabbifying script examples per OS (#4735)

* Command line deployment

* typo fix

* edits per review

* increased visibility of 'pub to azure' scenarios

* removed copy/paste debris

* Tabbified the local code segments

* fixed merge whoops

* attempting to fix TOC

* Fixed toc xref

* Update implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc-application.md (#4745)

* Update adding-controller1.md (#4747)

* Update adding-controller1.md

* Update adding-controller1.md

* Update publish-to-azure-webapp-using-vs.md (#4746)

* Overhaul of resource-based auth doc (#4715)

* Updates to resource based auth doc

* More edits

* More edits

* Tag with mvc metadata

* Verbiage tweaks

* More edits

* More MVC edits

* More edits

* Initial commit of sample app

* Replace inline code with code imports

* Add download link to sample app

* Correct the requirement class name

* Adjust line number

* Verbiage tweak

* More edits

* Add 1.x sample

* Update sample apps folder name in link

* Minor edits

* More edits

* Fix metadata warnings

* Code cleanup

* Update description metadata

* Update property name in csproj file

* Update old namespaces in ASP.NET Core 2.x app

* Update .NET Fx target framework TODO comments

* Prevent action code from scrolling

* Add Razor Pages sample

* Fix line numbers for highlighting

* Return ForbidResult when appropriate in 2.0 app

* Add authentication assumption notes

* Update metadata

* React to Rick's feedback

* Add 1.x handler snippets

* Update adding_view1.md

* Fix broken sample apps link

* Minor improvement (#4757)

* Update using-gulp.md

* Update index.md

* Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md (#4767)

* Added Description for AdditionalFields Property of Remote Attribute (#4768)

* Updated model validation topic and example code to describe the Remote attribute AdditionalFields property

* Update validation.md

* Update update-related-data.md (#4761)
2017-11-10 15:41:52 -10:00
Dan Vicarel 29c81f521c Added Description for AdditionalFields Property of Remote Attribute (#4768)
* Updated model validation topic and example code to describe the Remote attribute AdditionalFields property

* Update validation.md
2017-11-10 14:16:20 -10:00
Luke Latham 65d60b9783 LoggerMessage topic (#4697)
* LoggerMessage topic

Updates

Updates

Updates

Update

Updates

Update

* React to feedback

Update

React to feedback

Update

* React to feedback

* Update loggermessage.md

* Updates

Updates

Updates

Update

* React to feedback
2017-11-06 15:41:13 -10:00
Rick Anderson a422187ba7
Update overview.md 2017-11-06 10:08:27 -10:00
Luke Latham 10478fce6a Razor Pages authorization conventions topic (#4584)
* Razor Pages auth and custom routing topic

Update

Updates

Updates

Sample update

Updates

Use absolute URLs in sample README

* React to feedback

* Filename change

* React to feedback

* Breakdown 1st sentence

* Error page update

* React to feedback

Update

Updates

* Move topic to security/authorization + add crosslinks

Update sample link

* Move topic to 3rd under Authorization in TOC
2017-11-03 12:52:31 -05:00
Isaac Levin e18d233bc7 Review all Codeplex links/mentions and update where needed (#4642)
* porting of codeplex links

* updates

* updates

* updates

* updates

* updates

* updates
2017-11-01 08:49:07 -10:00
Rick Anderson b9509ec906
RP with EF (#4451)
* RP with EF

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* finished with CRUD

* start part 3

* start part 3

* finish Sort/Group

* finish Sort/Group

* finish Sort/Group

* finish Sort/Group

* work

* removed all you

* finished with parts 1-3

* finished with parts 1-3

* finished with parts 1-3

* part 4

* finish mig

* finish mig

* complex

* complex

* complex

* complex

* complex

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback
2017-10-31 19:38:47 -10:00
Scott Addie bd49dc6321
Convert from csharp to cshtml snippet types 2017-10-31 13:14:42 -05:00
Scott Addie 8397c1d811
Convert code snippets to cshtml 2017-10-31 11:10:09 -05:00
Luke Latham be5e9dff6e Patch sample and add a note on handler name matching (#4639) 2017-10-27 10:30:41 -05:00
Joseph Woodward 3aebdc36c3 Fix incorrect syntax (#4637) 2017-10-26 20:38:37 -05:00
Luke Latham ebbde02a80 Razor Pages route and app convention features topic (#4623)
* Razor Pages auth and custom routing topic

Updates

Updates

Updates

Updates

Updates

Updates

Updates

Updates

Update

Updates

Updates

Updates

Updates

Modify one image

Use absolute URLs in the sample README

* React to feedback + add Order to AttributeRouteModels

* Error page update

* React to feedback

* React to feedback

* Correct handerName to handlerName

* Remove CDN warnings

* In-topic TOC enhancement

Update in-topic TOC

In-topic TOC update

In-topic mini-TOC update
2017-10-25 15:35:21 -05:00
Olcay Bayram 63f7bebb60 Adding optional id parameter to area route (#4628) 2017-10-25 10:31:06 -05:00
ckams f2e69f65f1 Update authoring.md (#4599) 2017-10-18 12:26:54 -10:00
Dan Vicarel a873f862c8 Added info about calling generic methods to the Razor syntax topic (#4576)
* Added info about calling generic methods to the Razor syntax topic

Info added in the sections on Razor code blocks, implicit expressions, and explicit expressions.

* Made edits suggested by reviewer @guardrex

* Update razor.md

* Update razor.md

* Update razor.md
2017-10-16 13:25:42 -10:00
Scott Addie 912a1efc8f Fix invalid bookmarks (#4570) 2017-10-13 15:50:30 -05:00
Scott Addie cf5caca007 Update link titles 2017-10-09 14:43:00 -05:00
Tien Tran cc29c55ba5 add db context 2017-10-09 16:42:28 +07:00
Luke Latham e45f8912ce MVC/Views/Razor topic updates (#4464)
* MVC/Views/Razor topic updates

Updates

Updates

* React to feedback

* React to feedback

* Update razor.md
2017-10-04 08:41:28 -07:00
Scott Addie a60a99104f Merge pull request #4465 from guardrex/guardrex/views-overview-patch
Views overview patch
2017-10-02 20:23:09 -05:00
Michael DePouw e9a9bc8553 fix Broken Link for Create and run unit tests with Visual Studio
reference #4477
2017-10-02 14:20:53 -04:00
Luke Latham 19ce81f76a Provide link to download instructions for samples 2017-09-30 20:15:54 -05:00
Luke Latham 4c0260f7cb Views overview patch
Addresses #3186

I didn't go with an IntelliSense screenshot because, as you point out,
it's a side note merely highlighting a VS/VSC feature. With the link
there to the IntelliSense topic, I think we're covered.

cc/ @rachelappel
2017-09-29 21:59:20 -05:00
Scott Addie f5cad8ab84 Merge pull request #4412 from guardrex/guardrex/views-overview-update
MVC views topic update
2017-09-29 09:13:56 -05:00
Luke Latham e29fb1a51c Updates to the intro: layouts, partials, VCs 2017-09-28 16:56:59 -05:00
Scott Addie cbbb7a8071 Merge pull request #4363 from guardrex/guardrex/mvc-model-validation-update
Add Required note to model validation topic
2017-09-28 11:45:38 -05:00
Luke Latham 98d5116273 React to feedback 2017-09-28 10:53:40 -05:00
Luke Latham 63467db347 React to feedback 2017-09-28 10:45:28 -05:00
Scott Addie 3ba32b2b64 Merge pull request #4435 from guardrex/guardrex/explain-onpostdeleteasync
Explain post delete method
2017-09-28 10:28:19 -05:00
Luke Latham 3c24eb8c42 React to feedback 2017-09-28 10:22:19 -05:00