Commit Graph

94 Commits (9335392a61edcc569549aa353b85105b688d0f58)

Author SHA1 Message Date
Tom Dykstra 6f5834d5ea
Set ms.author (#32279) 2024-04-09 15:18:55 -07:00
Davide Dunne Sanchez e85110d6a0
Update index.md 2023-10-06 12:27:36 -06:00
Luke Latham 9328f3d785
Prerender and Integrate work (Round 1) (#30455)
* Prerender and Integrate work (Round 1)

* Updates

* Updates

* Updates
2023-09-25 09:46:05 -10:00
Afshin Mehrabani 00bfb46c26
Fix broken Create.cshtml.cs page model reference (#30316) 2023-09-12 09:34:38 -07:00
Tom Dykstra 4d65489a5c
Update links to point to 6.0 sample (#30175) 2023-08-28 16:04:57 -07:00
Tom Dykstra fad3df0383
Reassign some articles (#28929)
* Reassign some articles

* fix link

* remove cSpell setting
2023-04-10 08:58:13 -10:00
Rick Anderson 091983c60a
Not latest version (#28878)
* Not latest version

* Not latest version

* Not latest version

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Not latest version

* Not latest version

* Not latest version

---------

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2023-04-04 15:42:31 -10:00
Rick Anderson 6cc84bf8c9
JS collocation /3 (#28772)
* JS collocation /3

* JS collocation /3
2023-03-24 15:58:58 -10:00
Rick Anderson 6fb8e09e25
JS colocation /3 (#28770)
* JS colocation /3

* JS colocation /3

* JS colocation /3
2023-03-24 14:43:31 -10:00
Luke Latham 7d6a1dd946
Fix typo (#26645) 2022-08-06 18:12:33 +00:00
Luke Latham e175588086
Institute global no-loc (#26036)
* Institute global no-loc

* Updates

* Updates

* Updates

* Updates

* Updates
2022-06-03 11:35:55 -10:00
Fiyaz Bin Hasan c3e9035157
Update razor pages sample and doc for ASP.NET Core 6 (#25721)
* Removed pragma warning disable CS8618 and refactoring

* Update index.md
2022-04-27 15:30:44 -10:00
Kirk Larkin 2165a758e2
Prefer name over range for snippets (#25630) 2022-04-14 11:49:44 +01:00
Luis 1ae3d3f5a9
Update index.md (#25627) 2022-04-14 11:19:32 +01:00
Luke Latham 546a06a2d5
Blazor no-loc adds (#25429) 2022-03-25 18:19:18 -05:00
Kirk Larkin 2a5520dc53
Code-fence common file extensions (#25383) 2022-03-23 10:48:44 +00:00
Kirk Larkin cc48f32954
Code-fence common filenames (#25369) 2022-03-21 12:24:36 -10:00
Luke Latham 5f1743e629
Add Blazor Hybrid to no-loc metadata (#25064) 2022-02-18 07:17:09 -06:00
Kirk Larkin e3c99c2fe5
Prefer :::moniker over ::: moniker (#24805) 2022-01-31 13:12:01 -10:00
GitHubPang 93860de64f Fix missing code highlight
"highlight" was misspelt.
2021-12-01 08:38:00 +08:00
Rick Anderson 5dd3075877
Intro to RP V6 update /4 (#23919)
* Intro to RP V6 update /4

* Intro to RP V6 update /4

* Intro to RP V6 update /4

* Intro to RP V6 update /4
2021-11-15 17:38:41 -10:00
Rick Anderson 7ed01df16b
Moniker prep for into to RP /4 (#23918) 2021-11-15 11:25:45 -10:00
Luke Latham a9322122c9
RP/MVC CSS Isolation (#23389) 2021-10-02 05:29:44 -05:00
Maira Wenzel 54cf9841fc
Add missing space (#22933) 2021-08-02 20:46:47 -05:00
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