Commit Graph

49 Commits (Rick-Anderson-patch-10)

Author SHA1 Message Date
Luke Latham c7e8ed335d
Update Blazor article dates (#34158) 2024-11-18 08:14:57 -05:00
Luke Latham 3780f2dec9
API cross-links and other 9.0 updates (#34072) 2024-11-08 11:45:09 -05:00
Luke Latham cdb66bb017
jQuery unobtrusive validation isn't supported (#33892) 2024-10-21 20:21:00 +00:00
Luke Latham d4d3760b60
Cross-link 9.0 sample code (#33872) 2024-10-18 08:02:14 -04:00
Luke Latham e6262167ad
Blazor code example updates (#33786) 2024-10-04 08:49:30 -04:00
Luke Latham d3e6498ae4
Initialize form data with static SSR (#33630) 2024-09-17 11:25:24 -04:00
Luke Latham 1b1fa24e5e
Language updates (#33587) 2024-09-11 13:48:54 -04:00
Luke Latham 2e5e099900
Override InputNumber type attribute (#33557) 2024-09-06 17:04:20 -04:00
Robert Haken 961b031845
[Blazor] Forms - Binding - Custom input components - InputBase recommendation (#33495) 2024-08-30 12:43:07 +00:00
Robert Haken ef81741165
[Blazor] Binding - Custom input components - naming of demo components (#33494) 2024-08-30 08:08:31 -04:00
Luke Latham ce6167669b
Make [SupplyParameterFrom{X}] props private (#33443) 2024-08-26 13:59:25 -04:00
Luke Latham cfb44addeb
Custom input components (#33383) 2024-08-22 09:57:00 -04:00
Luke Latham b9e7c8443a
Dropping 8.0 Blazor tracking (#33256) 2024-08-05 19:33:23 +00:00
Luke Latham bd84451379
Enhance Blazor forms validation coverage (#33225) 2024-08-05 10:33:25 -04:00
Luke Latham 48e6414942
Mitigate overposting attacks (#32878) 2024-06-20 12:16:09 -04:00
Luke Latham ab7fa771f0
BWA client-side validation requires a circuit (#32819) 2024-06-11 12:07:01 -04:00
Robert Haken c843272a8b
[Blazor] Binding - class name fix (#32496) 2024-05-01 22:47:16 +00:00
Luke Latham a3607c9409
Clear forms and fields (#32334) 2024-04-16 08:44:44 -04:00
Luke Latham cc8646f699
Dedicated article on JS location (#32298) 2024-04-11 06:26:55 -04:00
Luke Latham 913a6efaeb
Improve @formname coverage (#32274) 2024-04-08 12:01:04 -04:00
Luke Latham 4dbc3736a0
Add coverage on antiforgery services and middleware (#32160) 2024-03-27 08:14:03 -04:00
Mark Harwood 7d25b8bbf6
Grammar correction index.md (#32044) 2024-03-13 11:26:54 +00:00
Luke Latham 1f58ecea95
Blazor-specific 'how to download' guidance (#31979) 2024-03-05 17:01:11 -05:00
Wade Pickett 1192764b9c
Update API Testing tool references (#31966)
* Update references for API Testing

* Update aspnetcore/fundamentals/minimal-apis/bindingArrays/7.0-samples/todo/Program.cs

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

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2024-03-04 21:07:13 -08:00
Luke Latham ac67e4a063
Remove article front matter (#31944) 2024-03-01 06:00:21 -05:00
Robert Haken 759e0e2453
Use generic Enum.GetValues<T>() method instead of (T[])Enum.GetValues(typeof(T)) (net5+) (#31883) 2024-02-22 04:47:14 -05:00
Luke Latham b2e120c6f6
Inline form updates for conventions (#31873) 2024-02-21 07:22:19 -05:00
Luke Latham ceab688144
Update "ASP.NET Core" references (#31783) 2024-02-13 08:14:22 -05:00
Luke Latham e30ea6880c
Clarify "subset" of .NET API remark (#31769) 2024-02-12 09:42:44 -05:00
Luke Latham 0e74308b8d
Standardize param arguments (#31743) 2024-02-09 09:10:03 -05:00
Luke Latham 6fa420be76
Content follow-up updates (8.0) (#31622) 2024-01-30 11:48:31 -05:00
Luke Latham 057c443af0
"Base address" clarifications for `HttpClient` (#31601) 2024-01-29 11:50:19 -05:00
Luke Latham 9e397189e5
Update InputSelect state preservation remark (#31476) 2024-01-16 11:29:08 -05:00
Luke Latham f9113050da
Manage InputSelect form options for SSR (#31438) 2024-01-12 08:09:49 -05:00
Luke Latham d290129b2f
Move example code to sample apps (#31364) 2024-01-05 09:56:54 -05:00
Luke Latham 957c6cebf7
Update forms articles (#31363) 2024-01-05 08:35:44 -05:00
Luke Latham f0518476be
Fix casing of "isValid" in form code examples (#31313) 2023-12-28 13:52:57 -05:00
Luke Latham dc64c7d368
Snippet cross-links 8.0 (2) (#31274) 2023-12-20 10:39:31 -05:00
Luke Latham fe33fa7f63
Terminology consistency updates (#31183) 2023-12-01 10:35:56 -05:00
Luke Latham 427fbfd905
API doc cross-link updates (#31166) 2023-11-30 00:03:29 +00:00
Luke Latham 63f5d2e7f3
Cross-link API (#31155) 2023-11-29 10:36:21 -05:00
Luke Latham 0eefa20212
Blazor dates and release NITs (#31024) 2023-11-14 13:56:15 -05:00
Luke Latham 730f8ecf8f
Blazor 🍖 RTM 8.0 (#31004) 2023-11-14 11:46:25 -05:00
Luke Latham 7f1805db5d
Blazor language and note updates 8.0 (#31003) 2023-11-10 07:47:39 -05:00
Luke Latham 2d2c3ecce6
EditForm examples update (#30997) 2023-11-09 15:42:04 -05:00
Samson Amaugo 91db24e252
Update binding.md (#30938) 2023-11-09 14:22:34 -05:00
Luke Latham 681faeae65
Versioning patch (#30931) 2023-11-03 19:32:07 +00:00
Luke Latham c6db9f6f75
Server validation with a validator component 8.0 (#30925) 2023-11-03 15:12:07 -04:00
Luke Latham 92a669b023
Blazor forms node (#30834)
* Blazor forms node

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates
2023-11-01 11:45:29 -10:00