Commit Graph

19192 Commits (main)

Author SHA1 Message Date
Tyson 84815f60a8
Update README.md - remove link to unmonitored feedback repo (#34447) 2025-01-07 16:21:40 -08:00
Luke Latham 5c3c045dc5
Prohibition on `<script>` tags for modules (#34432) 2025-01-07 09:03:15 -05:00
Luke Latham 393dc8999d
Add remarks on avoiding inline JS (#34431) 2025-01-07 08:48:07 -05:00
Luke Latham beeb05e6a0
Change form name directive attribute to property (#34444) 2025-01-07 08:39:16 -05:00
Luke Latham 04a083e992
Fix misspelled word (#34439) 2025-01-06 14:27:05 -05:00
Luke Latham 15be48e63e
Framework JS files are static web assets (#34441) 2025-01-06 08:01:45 -05:00
Luke Latham 2ef16de0c1
Update Blazor issue processing (#34429) 2025-01-02 06:33:48 -05:00
Luke Latham e9a7aa863c
Remove NOTE on broswer UI language (#34430) 2025-01-02 06:33:14 -05:00
Kpollock1 4758fb2e29
Fix minor typo (#34423)
* Fix minor typo

Remove duplicated "such as" in sentence "... static assets in an app 'such as' HTML..."

* Update aspnetcore/tutorials/razor-pages/razor-pages-start.md

---------

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2024-12-31 11:21:17 -08:00
Tom Dykstra c55fd5f6f0
Fix ambiguous reference to terminal middleware (#34405) 2024-12-24 21:30:43 -08:00
Luke Latham f15d0b6b8a
Activate holiday message for Blazor issue processing (#34408) 2024-12-21 11:09:13 -05:00
Luke Latham f778f869d2
Signed-out callback path coverage (#34385) 2024-12-20 07:29:53 -05:00
Luke Latham 88adf95cfe
Start Blazor circuit with custom URL (#34404) 2024-12-20 00:40:50 +00:00
Luke Latham 261ab6a721
`IHttpContextAccessor`/`HttpContext` updates (#34398) 2024-12-20 00:06:29 +00:00
Luke Latham 13e1f10e77
QuickGrid scaffolding dB context remarks (#34402) 2024-12-19 12:22:03 -05:00
Luke Latham 0a458a55ca
Update sample download instructions (#34400) 2024-12-19 08:39:22 -05:00
Luke Latham 5c792fc36c
Improve Blazor environment guidance (#34394) 2024-12-19 05:44:47 -05:00
Erwin b1e1428d58
description attribute for parameters (#34387) 2024-12-17 17:19:24 -05:00
Luke Latham 7a1371c199
Update note on the NotFound param (#34389) 2024-12-17 21:04:47 +00:00
Tom Dykstra 90d0d0bc6a
Add Blazor to lists of app types (#34368) 2024-12-17 10:23:12 -08:00
Luke Latham 481d522a67
Add section on middleware by app type (#34383) 2024-12-17 12:35:24 -05:00
Luke Latham d7187b5504
Pull new sample code (#34386) 2024-12-17 12:14:41 -05:00
Luke Latham 39b8a688c7
Updates to XSS article (#34375) 2024-12-16 17:21:46 +00:00
Luke Latham 0751fbd921
MutationObserver and DOM element removal (#34379) 2024-12-16 10:19:19 -05:00
Luke Latham e203aa328f
Improve the redirect on logout section (#34370) 2024-12-13 20:39:08 -05:00
Rick Anderson 1d254dfa78
Merge pull request #34359 from dotnet/blazorfocus2
Add Blazor to the list of app types
2024-12-13 08:41:10 -10:00
Luke Latham 17948722fe
Pull new code examples (#34362) 2024-12-13 14:10:54 +00:00
Tom Dykstra 1207206c10 mention blazor and misc cleanup 2024-12-12 20:47:17 -08:00
Robert Haken d6cdce4084
[Blazor] state-management.md - isConnected vs. isLoaded (#34353) 2024-12-12 17:30:12 -05:00
Tom Dykstra 800b6ab0b4
Update ASP.NET Core fundamentals overview doc to highlight Blazor (#34322) 2024-12-12 12:54:57 -08:00
Luke Latham a641dcfe95
State preservation (common provider) updates (#34337) 2024-12-12 07:33:10 -05:00
Robert Haken 9092b764ec
[Blazor] Lazy loading - Complete example - Prevent repeated loads (#34243) 2024-12-12 12:23:57 +00:00
Luke Latham a5766e2355
Remove logger step (#34349) 2024-12-12 12:10:10 +00:00
Robert Haken 9bac552349
[Blazor] Performance - Parameter values bundling vs. change detection (#34291) 2024-12-12 10:48:48 +00:00
Luke Latham a19f35a4af
Clarify the goal of EF Core code-first (#34347) 2024-12-12 10:45:20 +00:00
Robert Haken 08a87db36f
[Blazor] State management - StateHasChanged+InvokeAsync (#34237) 2024-12-12 10:27:29 +00:00
Luke Latham 9214ff5859
Update script tag location guidance (#34346) 2024-12-12 10:24:31 +00:00
Robert Haken f538c9ad7f
[Blazor] Security - interactive-server-side-rendering - script tags (#34202) 2024-12-12 05:05:35 -05:00
Rick Anderson be0dc41eb5
Add AOT /1 (#34320)
* Add AOT /1

* Add AOT /1

* Add AOT /1

* Add AOT /1

* Update aspnetcore/fundamentals/openapi/samples/9.x/GetDocument.Insider/Program.cs

Co-authored-by: Mike Kistler <mikekistler@microsoft.com>

* Add AOT /1

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

---------

Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
2024-12-12 00:26:24 +00:00
Rick Anderson 9566ceeec4
Update openapi-aot.md (#34341)
* Update openapi-aot.md

Fixes #34340

* Update openapi-aot.md

* Update openapi-aot.md

* Update aspnetcore/release-notes/aspnetcore-9/includes/openapi-aot.md

* Update aspnetcore/release-notes/aspnetcore-9/includes/openapi-aot.md

* Update aspnetcore/release-notes/aspnetcore-9/includes/openapi-aot.md

* Update aspnetcore/release-notes/aspnetcore-9/includes/openapi-aot.md

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2024-12-11 23:49:06 +00:00
Luke Latham 9e42cc7bee
2FA/TOTP coverage for WASM+Identity (#34189) 2024-12-11 14:24:14 -05:00
Luke Latham cfe87780f3
Blazor glob/loc aritcle updates (#34338) 2024-12-11 13:43:21 -05:00
Luke Latham d7ce18b940
Update the passing tokens section (#34336) 2024-12-11 07:44:50 -05:00
Rick Anderson dd90b0cead
Update details.md 2024-12-10 17:06:04 -10:00
Rick Anderson 39ab632a1f
Update details.md 2024-12-10 16:31:31 -10:00
Luke Latham 90b214aadf
Placeholder line updates (#34334) 2024-12-10 20:05:02 -05:00
Robert Haken 6d40da43e3
[Blazor] synchronous-js-interop-call-js.md - fully synchronous code sample (#34332) 2024-12-10 19:32:30 -05:00
Luke Latham 1e42860b21
Line patch (#34331) 2024-12-10 23:52:34 +00:00
Robert Haken 261b1974d1
[Blazor] Host and Deploy - {TARGET FRAMEWORK} placeholder + naming (#34330) 2024-12-10 23:46:44 +00:00
Luke Latham 83c3b7e6ca
Drop Xamarin from Blazor articles (#34328) 2024-12-10 14:58:49 -05:00