Commit Graph

55 Commits (2a58a2fc7a4013e86e8eb6be846c9bb8aca5bbf0)

Author SHA1 Message Date
Rick Anderson ad321c2700
Add Home and Privacy to no-loc (#22237)
* Add Home and Privacy to no-loc

* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Wade Pickett 5829c5d932
First MVC: Controller and View tutorials: MT sweep all issues fixed (#21379)
* First MVC: Contrller and View tutorials: MT sweep all issues fixed

* Fixed issue where 5.x startup.cs pointed to 3.x startup.cs which is different.

* Fixed moniker around startup.cs example

* Removed unneeded monkier in adding-controller.md

* Updated HelloWorld screenshot to show https and port 1234.

* Changed date to trigger new build

* resized some existing screenshots that were too large.

* Reduced rick2_50.png to match others at 900px width.

* Image alignment corrected in adding controller and adding view tutorials

* Applied direct commits from Rick-Anderson review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Applied more review suggestions from Rick-Anderson.  Thanks Rick.

* Removed list with single bullet point in adding-view.md

* Removed extra line break after bullet point in adding-controller.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-02-06 17:32:37 -08:00
Wade Pickett 3ddc6f95fc
Create Web App with MVC series: Fix major blocking issues (#20530)
* MVC Frist Series: Fix Blockers

* patch: removed dedicated 5 folders for screenshots, renamed screenshots per ide version

* Forcing a build since it didn't run for aee2973 for some unknown reason.  Minor date change to get that to happen.

* patch: pointed to the default action screenshot back to a 5001 port example realizing it was used for all IDE's.

* patch: views template update and connection string

* patch: Fixed connection string highlights to match after string fix added, minor

* patch: minor - update topic dates for those touched with more than few lines
2020-11-16 15:55:03 -10:00
Rick Anderson 3f8d8c303c
5.0 update of intro to MVC (#20428)
* 5.0 update of intro to MVC

* 5.0 update of intro to MVC

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2020-11-09 16:01:55 -10:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10:00
Rick Anderson 23bd8d2057
Add ASP.NET Identity to no loc (#19578)
* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
Kirk Larkin b8eab99333
Fix up dev-langs (cross-repo) (#19167) 2020-07-09 17:22:19 -05:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Rick Anderson 4db324f525
Fix Series SEO clickbait (#18658)
* Fix Series SEO clickbait

* Fix Series SEO clickbait

* Fix Series SEO clickbait
2020-06-09 13:44:21 -10:00
dharmatech 86bb328075
adding-view.md: add missing words (#18700) 2020-06-08 09:31:20 -05:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Scott Addie 501c0cb022
Fix invalid dev langs in code snippets (#16968) 2020-02-11 15:07:13 -06:00
itsMeCamK 6a6babe1ad Update "Add a View" documentation (#16719)
Visual Studio for Mac documentation for Add a View is updated to match the screenshot
2020-01-28 08:47:51 -08:00
Rick Anderson d2f35361dc
Update adding-view.md (#15021) 2019-10-11 08:28:04 -10:00
LouisT123 94c6629557 changed localhost:xxxx to localhost:{PORT} (#13679) 2019-08-05 15:18:55 -07:00
Rick Anderson c5f496c0dc
Update adding-view.md (#13589)
* Update adding-view.md

* Update adding-view.md
2019-08-01 09:29:30 -07:00
LouisT123 6e3f35e1ff Changed png file to mac ui (#13583) 2019-07-31 10:32:21 -07:00
Rick Anderson aaa7cd5582
WIP:3.0 update to intro to MVC tutorial (#13556)
* 3.0 update to intro to MVC tutorial

* work

* work

* work

* Add a view

* Add a view
2019-07-31 10:25:53 -07:00
Theano Petersen c969928dbe fix http to https (#13241) 2019-07-10 19:36:05 -07:00
Mojtaba Javan 19b31e3aa7 Elaborate how view files are selected (#12806)
* Elaborate how view files are selected

When no name parameter is provided to a `View()` method, a view file with the same name of the caller action will be used, not an `Index.cshtml` view file by default.

* Update adding-view.md
2019-06-17 10:27:24 -07:00
Nick Schonning 33aac670ec fix: MD022/blanks-around-headings/blanks-around-headers (#11603) 2019-03-19 15:18:13 -05:00
Nick Schonning aaec2b3275 fix: MD039/no-space-in-links (#11582)
Spaces inside link text
2019-03-19 10:21:48 -05:00
Antwon G 1f17609f31 Update adding-view.md (#10650)
I'm not sure if I caught the right line by adding 51 to the highlight select changes line (91).  Just for uniformity and to show this was also changed as well.
2019-01-28 11:52:23 -10:00
Reece King 82d13f2099 Correct Browser Tab Title name (#10558) 2019-01-22 15:50:35 -10:00
Rick Anderson d9a132f82a
Update adding-view.md (#10330)
Fixes #10327
2019-01-10 15:48:47 -10:00
Mojtaba Javan d5a26db6ba We don't have `View` object (#10227) 2019-01-06 15:31:07 -06:00
Rick Anderson 84a7748aba
Unify MVC intro and 2.2 (#9826)
Fixes #9859, Fixes #7187, Fixes #8926, Fixes #8446, Fixes #7081, Fixes #7014, Fixes #9907 

[Internal review URL](https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/?view=aspnetcore-2.2&branch=pr-en-us-9826)
2018-12-13 12:58:09 -10:00
Luke Latham 397f2d1933 Fix tutorial titles and inlcudes
Updates
2018-06-25 09:32:03 -05:00
Scott Addie fd13c68dd8
Metadata updates to ASP.NET Core tutorials (#7193)
Addresses #6541
2018-06-20 14:25:03 -05:00
Rick Anderson e85e1e660d
Fix UI change in MVC tutorial (#5995) 2018-04-16 13:58:56 -10:00
Rick Anderson 1832723bd1
CI Update (#5878) 2018-04-04 13:51:35 -10:00
Luke Latham abbe642741 Organize metadata (#5296)
Updates
2018-01-29 09:21:31 -06: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 d157e2ec7a Kill BOM and add end newlines 2017-09-20 02:36:55 -05:00
Rick Anderson 2225182397 remove | MS Docs (#3612) 2017-06-30 23:47:15 +00:00
Tom Dykstra c544e5acb2 set ms.topic to get-started-article (#3442)
* set ms.topic

* set ms.topic
2017-05-31 14:55:29 -07:00
Rick Anderson 5642202c56 xpat- adding a model - intro to mvc (#3185)
* works on mac

* view

* clean
2017-04-07 17:45:50 -10:00
Rick Anderson dffdbaf436 part 3 (#3103) 2017-03-29 15:56:36 -10:00
Rick Anderson 50e87992d8 Update adding-view.md (#3051) 2017-03-23 10:15:15 -10:00
Rick Anderson 66d699e04f VS17 update to Intro to MVC (#2837)
* VS17 update to Intro to MVC

* adding a view

* work

* adding a view

* adding a model

* working with SQL LocalDB

* controller methods and views

* search

* new field and validation

* last part/delete

* final cleanup

* ###

* add "overpost" anchor

* tdystra feedback
2017-03-03 11:35:47 -10: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
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
Rick Anderson d21eeda7a3 Update adding-view.md (#2412) 2016-12-16 20:54:31 -10:00
Steve Hoag ffaf8092a8 Updated tutorial for VS 2017 (#2397)
* Updated tutorial for VS 2017

Also addressed comments. Fixes #2233 Fixes #2365

* Addressed review feedback
2016-12-16 17:05:01 -10: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
Renze Yu 4d7bfb5211 ViewDataDictionary -> ViewData Dictionary 2016-11-16 22:14:29 +08:00