Commit Graph

608 Commits (0f54a565e06d4889326966535057f31ba3cf4ffc)

Author SHA1 Message Date
Luke Latham 926a96bd37
RCL casing (#33500) 2024-08-30 09:46:46 -04:00
Rick Anderson ca9266d746
Create DeleteMe.txt (#33400) 2024-08-19 18:02:02 +00:00
Aleks Vujić 6ce0059287
Removed double space in object initialization (#33269) 2024-08-06 06:38:20 -04:00
Luke Latham 2a063af5fc
Change word 'parsed' to 'compiled' (#32995) 2024-07-04 14:34:38 -04:00
Wade Pickett a44536f464
Reassign articles to wpickett (#32870)
* Reassign articles to wpickett for `ms.author` for active maintenance & monitoring health per management for total of 148 topics. Original `author` maintained.

* Fixing merge conflict: telemetry.md should remain tdykstra

* Correcting accidental author change and merge conflict

* Added a diagnostic article

* Removed 3 per review and added 3 to consider

* Reset 1 Tom already took, added a different topic instead

* fixed merge conflict topic taken by Tom already

* Added debug topic
2024-06-17 13:11:09 -07:00
Tom Dykstra 3794ebf2fc
Reassign articles from Rick to Tom (#32852) 2024-06-14 09:04:26 -07:00
Luke Latham feb375f884
Update "CLI" tab controls (#32703) 2024-05-30 14:08:45 -04:00
Luke Latham 913a6efaeb
Improve @formname coverage (#32274) 2024-04-08 12:01:04 -04:00
Tim Deschryver fc66c0685c
fix highlight and style in snippets 2024-04-01 16:00:13 +02:00
Luke Latham 3ab6252069
Remove broken links (#31974) 2024-03-05 12:10:30 -05:00
Chris Sienkiewicz 30417fa68a
Update razor.md (#31696) 2024-02-05 16:58:44 -05:00
Piotr Ptak f816d74bb7
Small typo corrected in Index view (#31627) 2024-01-31 10:31:34 -05:00
Luke Latham 730f8ecf8f
Blazor 🍖 RTM 8.0 (#31004) 2023-11-14 11:46:25 -05:00
Rick Anderson 3f83f47e66
Update Products.cshtml 2023-10-30 10:43:48 -10:00
Luke Latham c66455ff61
Blazor RC2 Updates 8.0 (#30576) 2023-10-10 13:32:36 -04:00
Luke Latham bad9692c76
Prerender and Integrate work (Round 2) (#30514) 2023-10-02 08:49:13 -04: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
Luke Latham 0a4cbef51b
Hosting models/render modes & What's New 8.0 (#30279) 2023-09-11 15:38:50 -04:00
Luke Latham 5246d2ff22
Use abbreviation DOM (#29896) 2023-07-21 08:10:18 -04:00
Luke Latham af14b23041
Update @typeparam versioning 2023-07-19 06:56:54 -04:00
Rick Anderson 865eb53f7c
Update razor.md (#29853) 2023-07-19 06:34:56 -04:00
Luke Latham b690c39156
Update indefinite article (#29751) 2023-07-10 09:13:36 -04:00
tristan-pgit ba71597770
Added Areas paths for View Components (#29587)
* Added Areas paths for View Components

* Updates

---------

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2023-06-21 08:07:42 -10:00
Dan Mabee ab0269bc19
Policheck Update - June 13 | Bulk Update (#29508)
* Policheck updates

* Update aspnetcore/mvc/views/display-templates.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-06-15 09:13:09 -10:00
Fadi Hania a5f2f083dd
Update view-components.md
Remove unnecessary word
2023-05-21 20:17:09 +03:00
Yue Cui 60e48bd438
Fix a typo (#29308) 2023-05-18 07:03:35 -04:00
Lee Millward 93dc4010e9
Update partial.md (#29284)
Fix grammatical error
2023-05-16 14:18:06 -10:00
Tom Dykstra 43fd66219a
Advise when to use runtime compilation (#28708)
Co-authored-by: Daniel Roth <daroth@microsoft.com>
2023-03-31 19:49:19 -07:00
cn-byn 67ee1ef19c
Remove prefix from script tag helper attribute "src" (#28802)
* Remove prefix from script tag helper attribute "src"

Document the script tag helper attribute "src" instead of the non-existent attribute "asp-src". Move description of said attribute to the top, similar to link tag helper's "href" attribute.

* Update aspnetcore/mvc/views/tag-helpers/built-in/script-tag-helper.md

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-03-31 14:26:27 -10:00
Amalkrishna Nair f051b14b54
Fix missing property accessor in code and add jump link to section (#28521)
* Add jump link to section

* Add missing property accessor

Change `model.Insert(..)` to `model.Countries.Insert(..)`
2023-03-08 13:17:00 -08:00
Daniel Roth 6fec734c31
Remove promise of future delivery of functionality that is not committed. (#28613) 2023-03-08 09:11:16 -05:00
Kyle Mitofsky ec171dd267
document conditional attribute rendering in razor (#28474)
* document conditional attribute rendering

* add example names to output

* Apply suggestions from code review

* Apply suggestions from code review

* Update aspnetcore/mvc/views/razor.md

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-02-22 17:03:33 -10:00
Tom Dykstra e5fe8c452f
Runtime compilation doesn't support global or implicit usings (#27859) 2022-12-16 12:59:00 -10:00
Tom Dykstra c601cb3f72
Add to the list of attributes for script tag helper (#27895) 2022-12-13 08:26:36 -08:00
Luke Latham 2e85bb79e9
Message size limit and prerendering state size (#27532) 2022-11-08 04:52:04 -06:00
Rick Anderson 8957acdb91
Update view-compilation.md (#27142)
* Update view-compilation.md

* Update aspnetcore/mvc/views/view-compilation.md
2022-11-04 11:55:40 -10:00
Tanay Parikh 7da6d6684d
Update working-with-forms.md (#27425)
Reopens https://github.com/dotnet/AspNetCore.Docs/pull/27399

Fixes: https://github.com/dotnet/aspnetcore/issues/43808

<img width="1416" alt="image" src="https://user-images.githubusercontent.com/14852843/198159859-7f74b9fb-1403-4ab7-87a3-2eb16e1e543e.png">
2022-10-28 21:36:13 +00:00
Luke Latham 6cb3c91701
Constant-based route templates (#27264) 2022-10-12 13:56:42 -05:00
Alexander Wicht d5a82330f2
Updates note for emitting Razor generated files (#27155)
* Updates note for enabling emission of Razor generated files.
Fixes #26804

* Revert "Updates note for enabling emission of Razor generated files."

This reverts commit 404adf0a59.

* Updates note for enabling emission of Razor generated files

* Adds version moniker for Razor source emission behavior

* Updates

* Updates

* Updates

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2022-09-30 10:21:04 -10:00
Alex Buck 167954e87d
[BULK UPDATE] DocuTune - Rebranding links (#27044)
* [BULK UPDATE] DocuTune - Rebranding links

* Update cascading-values-and-parameters.md
2022-09-20 14:37:02 -10:00
Alexander Wicht 86bbca8f9e
Creates TIP explaining usage of HtmlAttributeName in custom Tag Helper (#26962)
* Adds note explaining HtmlAttributeName usage

* changes HtmlAttributeName hint to TIP

* Fixes TIP syntax

* removes link to HtmlAttributeName API docs

* Updates

* Update aspnetcore/mvc/views/tag-helpers/authoring.md

* restores f4949b6, moves down and removes TIP markup

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2022-09-14 08:40:27 -10:00
guneyizol 1b7ff6fe1c
Fix logic error in the explanation (#26892)
* Fix logic error in the explanation

If Model or LicenseId is null, the expression evaluates to true, not false.

* Update aspnetcore/mvc/views/tag-helpers/intro.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2022-09-11 10:50:37 -10:00
GitHubPang c64c4926be
Improve wording and capitalization (#26868) 2022-08-29 15:04:34 -10:00
Xavier Pinho abfaa930c1
`@model T` will generate a class that inherits from `RazorPage<T>`
Shouldn't it be `T` instead of `dynamic` here?
2022-07-26 20:06:10 +01:00
Rick Anderson 39b7df2ca8
Remove .min ref from all non-Blazor projects /2 (#26216) 2022-06-23 15:27:45 -10:00
Luke Latham 89805783af
Runtime compilation not supported for components (#26196) 2022-06-21 13:12:17 -05:00
Rick Anderson 9a86eb3cb3
.NET 6: DI in views /4 (#26084)
* .NET 6: DI in views /4

* .NET 6: DI in views /4
2022-06-07 15:55:49 -10:00
Rick Anderson 1dca6bd991
DI in views, .NET 6 /4 (#26072)
* DI in views, .NET 6 /4

* DI in views, .NET 6 /4
2022-06-07 14:11:17 -10: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
Michal Altair Valášek 357e590a89
Fixed invalid attribute name. (#25996) 2022-05-28 18:58:06 -05:00