Rick Anderson
2225182397
remove | MS Docs ( #3612 )
2017-06-30 23:47:15 +00:00
Andrew Lock
9aaec5fe2e
Move Action filter example to correct section
...
The Action filters sample was previously at the end of the Exceptions filter section.
Moved it to the end of the Action filters section instead.
2017-06-29 20:50:52 +01:00
Scott Addie
6ca21a6741
Convert ASP.NET MVC Core references to ASP.NET Core MVC
2017-06-15 09:42:55 -05:00
Scott Addie
eaeda320e0
Update doc to use official name of ASP.NET Core MVC
2017-06-15 09:32:46 -05:00
mwessner
dd4fdf8fe8
Fix typo ( #3479 )
...
Minor typographical error in the first sentence of 'Token replacement in route templates ([controller], [action], [area])' segment fixed.
2017-06-09 08:30:56 -07:00
Rick Anderson
89e2a2e7d8
fix links ( #3444 )
2017-05-31 20:07:13 -07:00
andrewlock
56cb9c634f
Fix typo in filters.md ( #3426 )
...
`ReesultFilterAttribute` -> `ResultFilterAttribute`
2017-05-28 11:30:02 -04:00
Tom Dykstra
ac604a70d0
fix link ( #3357 )
2017-05-12 09:50:22 -07:00
Rick Anderson
3519b67600
remove bad links ( #3340 )
2017-05-10 13:19:04 -07:00
Steve Smith
a9dbcff792
Testing controllers fix ( #3218 )
...
* Upgraded to VS2017 project
Trying to fix MVC view-based tests.
* modified project to get tests working
* Uncomment asserts
* Clean up console writeline
2017-04-13 14:36:56 -04:00
Scott Addie
9eebb5185e
Migrate Filters doc sample code to CSPROJ ( #3187 )
2017-04-07 17:14:40 -10:00
Rick Anderson
bf0dc615cd
conventional vs. attribute routing ( #3065 )
2017-03-24 15:37:04 -10:00
Rick Anderson
6e64bf66b3
add route name H2 for linking
2017-03-24 15:02:06 -10:00
Rick Anderson
19f6ada655
Update routing.md
2017-03-24 11:29:50 -10:00
Daniel Roth
3f10b16fe6
Update areas.md ( #2985 )
2017-03-16 08:48:49 -07:00
Jacob Foshee
620fccb478
Minor: 'in the in the' => 'in the' ( #2957 )
2017-03-13 10:38:26 -10:00
Rick Anderson
bb45a496df
publish areas project.json -> csproj ( #2690 )
...
* csproj
* fix
2017-03-06 09:16:44 -08:00
Lijo Joseph
d1fec3ee22
Update Routing.MD file to correct the typo
...
Made a small change to correct the spelling from `assocated` to `associated`
2017-03-06 12:41:28 +02:00
Andy Pasic
010b730d27
Bulk metadata fix ( #2871 )
...
* meta data fix
* Revert "meta data fix"
This reverts commit ba36883476
.
* meta data fix2
* test
* Update owin-oauth-20-authorization-server.md
* Update api-ref.md
* Update api-ref.md
* test
* test2
2017-03-02 14:50:36 -10:00
Scott Addie
34fae4330e
Fix area routes code sample ( #2820 )
2017-02-24 09:21:37 -10:00
Tom Dykstra
7233fb7aba
Note exception handler changes 1.0-->1.1-->1.1.2 ( #2817 )
...
* Note exception handler changes 1.0-->1.1-->1.1.2
* add "core"
2017-02-22 16:42:36 -10:00
Scott Addie
aaaaa1d510
Properly escape special characters in MVC Areas doc ( #2762 )
2017-02-13 18:06:11 -10:00
Luke Latham
7d0d9da8f0
Fix links and anchors ( #2639 )
...
* Update app-state.md
* Update dependency-injection.md
* Update aspnet-core-module.md
* Update http-modules.md
* Update other-logins.md
* The Walther blog post is gone
* Update cors.md
* Update context-headers.md
* Update subkeyderivation.md
* Update index.md
* Update app-state.md
* Update dependency-injection.md
* Update routing.md
* Update mvc.md
* Update testing.md
* Update razor.md
* Update memory.md
* Update cors.md
* Update iis.md
* Update integration-testing.md
* Update index.md
* Update integration-testing.md
2017-02-01 14:49:21 -10:00
Tom Dykstra
e198c1ab37
revise title ( #2592 )
...
* revise title
* Update routing.md
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
2017-01-23 14:03:46 -08:00
Jie RONG
4cd10bfcce
Update testing.md for a grammar issue. ( #2573 )
...
* Update testing.md for a grammar issue.
* Update testing.md
2017-01-22 23:14:16 -08:00
Jie RONG
28e6a92329
Update routing.md to change one typo ( #2536 )
...
In sample code, it's
public IActionResult GetProduct(int id) { ... }
But next line, it says The ProductsApi.GetProducts(int) ,
So update it to ProductsApi.GetProduct(int)
2017-01-18 14:30:51 -10:00
Jie RONG
38fac8af7d
Update actions.md by remove one addtional " ( #2534 )
2017-01-18 14:30:18 -10:00
Tom Dykstra
b1bd9f9ece
mvc toc restructure ( #2482 )
...
* mvc toc restructure
* move mvc tutorial nodes to mvc section
* fix heading casing and toc node hierarchy
* add intro text to series index.md files
2017-01-14 13:59:26 -08:00
Rick Anderson
fe9b341361
bad #in-page-anchors ( #2518 )
2017-01-14 13:56:03 -08:00
Tom Dykstra
42d5f34243
remove auth filters stub ( #2497 )
...
* remove auth filters stub
* remove refs to auth filters doc
2017-01-11 14:08:39 -10:00
Steve Smith
df8a3f2038
Adding validation action filter. ( #2473 )
2017-01-10 08:12:09 -05:00
Tom Dykstra
62a1da5faf
filters rewrite ( #2398 )
2017-01-04 19:34:37 -08:00
Ben Chartrand
b04a5c3aed
Upgraded solution to .NET Core 1.1 ( #2465 )
...
Upgraded both the ASP Core and XUnit test projects to .NET Core 1.1. See
issue #2453
2017-01-04 09:19:12 -10:00
Eilon Lipton
3a0f4e66d0
Improved routing info on regex constraints, plus more ( #2450 )
...
Also fixed some broken/inaccurate links, typos, etc.
2017-01-03 10:27:13 -10:00
Igor Fesenko
b531934828
Fix typo (Arrange -> Assert) ( #2454 )
2017-01-02 13:32:42 -08:00
Steve Smith
69d1bb92e0
Working with the Application Model ( #2280 )
...
Working with the Application Model
2016-12-23 09:42:32 -08:00
Luke Latham
5e2118e1e6
Specify alt text in all images ( #2434 )
...
* Update publish-to-azure-webapp-using-vs.md
* Update google-logins.md
* Update working-with-sql.md
* Update microsoft-logins.md
* Update twitter-logins.md
* Update facebook-logins.md
* Update index.md
* Update accconfirm.md
* Update 2fa.md
* Update yeoman.md
* Update file-providers.md
* Update app-state.md
* Update localization.md
* Update middleware.md
* Update dependency-injection.md
* Update mvc.md
* Update webapi.md
* Update native-mobile-backend.md
* Update filters.md
* Update formatting.md
* Update dependency-injection.md
* Update adding-controller.md
* Update adding-model.md
* Update search.md
* Update controller-methods-views.md
* Update adding-view.md
* Update validation.md
* Update first-web-api.md
* Update web-api-help-pages-using-swagger.md
* Update your-first-mac-aspnet.md
* Update azure-continuous-deployment.md
* Update vsts-continuous-deployment.md
* Update dependency-injection.md
* Delete FBLogin2.PNG
* Delete pass1.PNG
* Delete pass2.PNG
* Add files via upload
* Update facebook-logins.md
* Update index.md
2016-12-22 10:03:29 -08:00
Shayne Boyer
4f405816cb
Partially addresses Issue 2147 ( #2382 )
...
* update image alt tags - init
* sass and grunt
* using gulp
* onsie twosie updates
* more single changes
2016-12-13 08:31:52 -08:00
Sean G. Wright
7fc6314acb
Fix typo in mvc filters doc ( #2230 )
2016-11-21 22:19:36 -05:00
Andy Pasic
a82e144ea1
fixed code snippets
2016-11-17 21:03:07 -08:00
Rick Anderson
17f93fe6c5
keywords and decription meta-data
2016-11-17 10:13:02 -10:00
Rick Anderson
b23d49f1f6
title + meta on technology
2016-11-16 14:24:57 -10:00
Steve Smith
807a02838b
Author updates ( #2144 )
2016-11-11 11:28:14 -05:00
Andy Pasic
81425c2f2a
Api link fix ( #2115 )
...
* quick test
* quick test
* quick test
* Revert "quick test"
This reverts commit 91b07a3df5
.
* Revert "quick test"
This reverts commit e44af19bb4
.
* Revert "quick test"
This reverts commit 6872a1921d
.
* Removed links to old api site
* Fixed link to H1
* quick fix
* Fixed link to H1
* reverted to match master
* removed random character.
* removed random unix character
* removed random unix character
* removed random UTF character
* removed random UTF character
* removed random UTF character
* removed random UTF character
* removed random UTF character
* removed random UTF character
* Quick fixes
* Update CONTRIBUTING.md
* removed random UTF character
* removed random UTF character
* Update routing.md
* Update validation.md
* Update overview.md
* Update linuxproduction.md
* Update web-publishing-vs.md
* Update sociallogins.md
* Update cors.md
* Update cross-site-scripting.md
* Update overview.md
* Update key-encryption-at-rest.md
* Update adding-model.md
* Update new-field.md
* Update validation.md
* Update first-web-api.md
* Update nano-server.md
* Update your-first-mac-aspnet.md
* Update linuxproduction.md
2016-11-07 07:58:40 -10:00
Andy Pasic
5c533c0d9e
dl link fix ( #2116 )
...
* quick test
* validation fix
2016-11-07 07:19:31 -10:00
Daniel Roth
e9c1419175
Add docfx content
2016-10-28 10:35:15 -07:00