Commit Graph

599 Commits (9ca441165a8888a7a50578541bf0d23aba629a47)

Author SHA1 Message Date
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
Rick Anderson 3978423769
Add TH version gen outside wwwroot (#25985)
* Add TH version gen outside wwwroot

* Add TH version gen outside wwwroot
2022-05-27 14:14:20 -10:00
Rick Anderson 1c7c3102d3
Update intro.md (#25979) 2022-05-27 12:01:13 -10:00
Rick Anderson 247bd5a1cd
Ra/display/editor/templates (#25959)
* adds draft of DisplayTemplates section

* adds link to EditorFor docs

* fixes github id and date

* Changes redundant wording

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

* Editor and display templates /4

* Editor and display templates /4

* Editor and display templates /4

* Editor and display templates /4

* Editor and display templates /4

* Editor and display templates /4

* Editor and display templates /4

* Editor and display templates /4

Co-authored-by: alexwichti <alexwichti@gmail.com>
Co-authored-by: Alexander Wicht <148378+Ducki@users.noreply.github.com>
2022-05-26 11:58:11 -10:00
Said Haouaouchi 3cb87966a5
Fix sample code not displaying properly (#25857)
For the asp-route section the code sample wasn't displayed properly
2022-05-13 11:51:42 -07:00
Rod 7abe800309
Update intro.md (#25766)
* Update intro.md

Microsoft.AspNetCore.Razor.Tools is not added to an ASP.NET MVC Core app newly created by Visual Studio when creating a .NET 6 app. I don't believe it incorporates Microsoft.AspNetCore.Razor.Tools in a .NET 5 app, either. I've tried to make this clearer in the edit I've made.

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

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2022-05-01 15:56:59 -10:00
Kirk Larkin 842f4ffb3c
Fix typo and remove "ing"s (#25692) 2022-04-20 10:51:28 +01:00
Rick Anderson a79edd75eb
.net 6 update of View Components /2 (#25588)
* .net 6 update of View Components /2

* .net 6 update of View Components /2

* .net 6 update of View Components /2

* .net 6 update of View Components /2

* .net 6 update of View Components /2

* .net 6 update of View Components /2

* .net 6 update of View Components /2

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2022-04-19 14:08:43 -10:00
Rick Anderson 66725375ff Prep View Components for .NET 6 2022-04-08 15:24:02 -10:00
Luke Latham 546a06a2d5
Blazor no-loc adds (#25429) 2022-03-25 18:19:18 -05:00