Commit Graph

70 Commits (55d4d0b6c67228db7a8c619655bc4ac47a580f37)

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
Luke Latham d51d0a2271
Revert addition of Razor syntax topic link text (#21811) 2021-03-17 07:21:27 -05:00
Scott Addie 09e3573c75 Finish default branch renaming work 2021-03-09 22:40:27 -06:00
Luke Latham b38e84d350
Use explicit link text (#21196) 2021-01-12 05:40:45 -06:00
Rick Anderson fbc2e67e78
5.0 update RP - adv (#20710)
* 5.0 update RP - adv

* 5.0 update RP - adv

* 5.0 update RP - adv

* 5.0 update RP - adv
2020-11-20 17:18:40 -10:00
Luke Latham eb9ff8893e
Prerendering and integration components updates (#19887) 2020-11-10 05:08:17 -06: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
herrgruebner 5c799b71b2
Add missing nuget reference for razor pages (#19255)
* Update index.md

Following the guide as written results in an error. UseInMemoryDatabase is provided by an additional package, and VS wasn't smart enough to be able to pull this down.

* Update index.md

* Update index.md

* Update index.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-07-29 16:10:48 -10:00
Kirk Larkin 7f3528d810
Use AddRazorPages(options => ...) where appropriate (#19247)
* Use AddRazorPages(options => ...) where appropriate

* React to feedback
2020-07-19 08:59:03 -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
Luke Latham d5b7249fd1
Blazor ToC updates (#18831) 2020-06-19 08:24:40 -05:00
Rick Anderson dd2f0caf0f
Can't apply [Authorize] on page handler methods (#18676)
* Can't apply [Authorize] on page handler methods

* Can't apply [Authorize] on page handler methods

* add compose warning

* add compose warning

* add compose warning

* add sample

* add sample

* add sample

* add sample

* add sample

* Update AuthorizeIndexPageHandlerFilter.cs

* Update AuthorizeIndexPageHandlerFilter.cs

* Update Index.cshtml.cs

* Update Startup.cs

* work

* work

* work

* Update aspnetcore/security/authorization/simple.md

Co-authored-by: Pranav K <prkrishn@hotmail.com>

Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-06-09 13:43:57 -10:00
Sayed Ibrahim Hashimi 5514de0385
minor update for vsmac content in Intro Razor Pages doc (#18323) 2020-05-15 11:59:09 -05:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Scott Addie 9174ead0d3
Update aspnet org. links to reference the dotnet org. (#17077)
* Update aspnet org. links to reference the dotnet org.

* Update API ref links
2020-02-20 19:37:35 -06:00
Luke Latham 2672a33247
Split Razor Components topic (#16990) 2020-02-13 15:38:27 -06:00
Luke Latham 5fcfb38138
Split out advanced Blazor hosting model content (#16845) 2020-02-11 20:19:29 -06:00
Scott Addie 501c0cb022
Fix invalid dev langs in code snippets (#16968) 2020-02-11 15:07:13 -06:00
Luke Latham 68ef3df034
Update AddCrosslinksForRCInRP/MVC (#16744) 2020-01-28 11:50:28 -06:00
Kirk Larkin 9fb701fd08 Clearer explanation of RP handler URL customization. (#16604) 2020-01-18 15:20:29 -08:00
Luke Latham 2e9bf90656
Drop styled link text (#16042) 2019-12-05 17:12:26 -06:00
Luke Latham faf0363132
Drop 'decorate'/'decorated' for attribute (#16039) 2019-12-05 15:28:49 -06:00
Ryan Yandle 5a5b8e2369 Highlight MapRazorPages() in Startup.cs example (#15826) 2019-11-22 06:58:50 -06:00
Gary Chan a11d747fae Changed code snippet title to HTML (#15345) 2019-10-28 07:42:15 -05:00
Gary Chan 338e5f0609 Update index.md (#15343) 2019-10-28 07:41:28 -05:00
Alex Ayon 892a0f0e47 Update reference to customer model (#15275)
Updated reference to customer model in the Validation section  to the following reference: [!code-cs[](index/3.0sample/RazorPagesContacts/Models/Customer.cs)]. Customer model in "Write a basic form" section and the "Validation" section will reference the same code.
2019-10-23 09:59:54 -10:00
Luke Latham 23870b7eb2
Content root & web root enhancements (#14888) 2019-10-07 12:53:23 -05:00
Lauren Van Sloun 10b0e3977a Minor formatting improvements (#14763) 2019-10-02 11:57:12 -05:00
Mauricio de los Santos 37167ea431 L124355: Adding break-line before snippet (#14549)
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
Description: Missing break-line before snippet is preventing content to show properly.
2019-09-24 15:53:25 -05:00
Kirk Larkin 4540f5e0e6 Updated intro to Razor Pages URL generation. (#14448)
* Updated intro to Razor Pages URL generation.

* Update index.md
2019-09-23 13:55:46 -10:00
Luke Latham 3b95c6a5df
Fix link (#14429) 2019-09-19 19:57:14 -05:00
Rick Anderson 252bfa86ff
3.0 update: intro to RP (#13993)
* 3.0 update: intro to RP

* 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

* work

* Update aspnetcore/razor-pages/index.md

Co-Authored-By: Ryan Nowak <nowakra@gmail.com>
2019-09-19 14:33:51 -10:00
Kirk Larkin 136f304199 Manage HEAD requests with the OnGet handler (#13371)
* OnHead => OnGet fallback.

* Additional fixes.
2019-07-17 17:59:16 -07:00
Rick Anderson 794385a421
Update index.md (#13323) 2019-07-16 11:53:48 -07:00
Tom Dykstra ef5e50aa84
Fix prereqs that say VS2019 but should say VS2017 (#13092)
* fix prereqs that say VS2019 but should say VS2017
2019-07-03 09:11:34 -07:00
Rick Anderson 4b234ea5ab
Update index.md (#12676) 2019-06-03 18:34:11 -10:00
Luke Latham 217c6f3604 React to repo name change in repo links (#12152) 2019-04-24 14:04:39 -10:00
Luke Latham f677b31262
Unclosed void elements in topics (#11881) 2019-04-09 15:22:40 -05:00
Rick Anderson 690bb2ecdf
Update index.md (#11865) 2019-04-05 09:24:00 -10:00
Nick Schonning b2e21fe636 fix: Replace <code>, <em>, and <strong> tags (#11597) 2019-03-20 10:36:19 -05:00
Nick Schonning 33aac670ec fix: MD022/blanks-around-headings/blanks-around-headers (#11603) 2019-03-19 15:18:13 -05:00
Nick Schonning 01e1154c1d fix: MD030/list-marker-space (#11598)
Spaces after list markers
2019-03-19 14:19:50 -05:00
Rick Anderson 862a7e5099
Update index.md (#11290)
* Update index.md

* Update index.md

* Update aspnetcore/razor-pages/index.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>
2019-03-05 14:17:24 -10:00
Rick Anderson ecc58c4536
Update index.md 2019-03-05 13:27:16 -10:00
Rick Anderson 24a6cc9ae2
2.2 update over overview of RP (#9819)
* 2.2 update over overview of RP

* 2.2 update over overview of RP

* Minor tweaks

* Remove extra space
2018-12-04 13:59:59 -10:00
Antoine Griffard e1fed9db54 Update Razor Pages (#9295)
Add 'as' in 'Mark page properties **as** required' to be clearer and avoid mistakes when translated.
2018-10-29 10:39:44 -05:00