Luke Latham
e009bab317
Merge pull request #34413 from dotnet/main
2025-01-07 09:08:50 -05: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
c09d3fc94d
Merge pull request #34409 from dotnet/main
2024-12-21 16:16:30 -05:00
Luke Latham
f15d0b6b8a
Activate holiday message for Blazor issue processing ( #34408 )
2024-12-21 11:09:13 -05:00
Luke Latham
c62490a2d6
Merge pull request #34380 from dotnet/main
2024-12-20 08:28:36 -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
8cbebffa03
Merge pull request #34364 from dotnet/main
2024-12-13 20:42:06 -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
602121fa41
Merge pull request #34363 from dotnet/main
2024-12-13 09:19:29 -05: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
Luke Latham
4ab7597d8c
Merge pull request #34354 from dotnet/main
2024-12-12 17:35:41 -05:00
Robert Haken
d6cdce4084
[Blazor] state-management.md - isConnected vs. isLoaded ( #34353 )
2024-12-12 17:30:12 -05:00
Tom Dykstra
179ab79470
Merge pull request #34352 from dotnet/main
...
Merge to Live
2024-12-12 13:47:39 -08: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
906f018325
Merge pull request #34345 from dotnet/main
2024-12-12 07:44:41 -05: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
268425216d
Merge pull request #34343 from dotnet/main
...
Merge to Live
2024-12-11 16:38:14 -10: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
016a23bb9f
Merge pull request #34339 from dotnet/main
2024-12-11 15:25:50 -05:00
Luke Latham
9e42cc7bee
2FA/TOTP coverage for WASM+Identity ( #34189 )
2024-12-11 14:24:14 -05:00