Commit Graph

480 Commits (1ada2fc0eafcba3d5c7f13d99e233e7a7855f3a5)

Author SHA1 Message Date
Luke Latham 79767c4b3d
Blazor API and What's New updates (#23842) 2021-11-10 03:54:59 -06:00
Luke Latham a2a176c535
Persist component state updates (#23812) 2021-11-09 05:18:27 -06:00
rhires 53f8801fde
Add special callout for input tag helper checkbox (#23536)
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2021-10-29 10:03:42 +01:00
Luke Latham 8bf47c24b8
MVC views overview updates (#23507) 2021-10-11 10:24:30 -10:00
Fiyaz Bin Hasan 932e9608a1
doc update for anchor tag helper (#23480) 2021-10-07 07:32:18 -10:00
Luke Latham a9322122c9
RP/MVC CSS Isolation (#23389) 2021-10-02 05:29:44 -05:00
pramuka9 085d5d3d41
Fixed @ symbol work definition (#23323)
it transitions into Razor-specific markup. Otherwise, it transitions into plain HTML.
-- NOT "plain C#"
2021-09-15 19:14:30 -07:00
Luke Latham 3b8e7fe9e8
Broken link fixups (#23249)
* Broken link fixups

* Updates
2021-09-09 10:01:33 -07:00
Marcus Otterström 3782e7dc5c
Add proper markdown line breaks (#23184) 2021-08-31 17:23:48 -07:00
David Pine df0cb4ca72
Update razor.md (#23105)
* Update razor.md

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2021-08-24 08:36:07 -07:00
Rick Anderson c39bb66810
Add SVG to Razor syntax /3 (#22853)
* Add SVG to Razor syntax /3

* Add SVG to Razor syntax /3

* Update aspnetcore/mvc/views/razor.md

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Update aspnetcore/mvc/views/razor.md

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2021-07-26 11:52:50 -07:00
Rick Anderson 5602a6556b
clean up monikers in Razor syntax /3 (#22851)
* clean up monikers in Razor syntax /3

* Update aspnetcore/tutorials/first-web-api.md

* clean up monikers in Razor syntax /3
2021-07-25 16:30:44 -07:00
Luke Latham d77766e515
Additional code-fencing in Razor syntax topic (#22751) 2021-07-16 05:20:58 -05:00
Luke Latham 0b21d7d3c3
Generic type support updates (including 6.0 updates) (#22697) 2021-07-16 04:33:47 -05:00
Luke Latham 901039a5da
Blazor preserve state during prerendering (#22732) 2021-07-16 04:07:27 -05:00
Luke Latham 720b7ccecf
Blazor Global/Loc UE pass (#22525) 2021-06-25 06:30:33 -05:00
Fiyaz Bin Hasan e315062a16
section header should be typeof instaed of nameof (#22531) 2021-06-11 10:56:53 -07:00
Fiyaz Bin Hasan b4284956cf
sample and documentation update for using component with type (#22490) 2021-06-08 08:11:55 -10:00
Fiyaz Bin Hasan f2b9935525 partial views sample update to target .net 5 2021-06-07 16:04:45 +06:00
Luke Latham 8db4ea9bb8
Build report bug fixes (#22377)
* Build report bug fixes

* Updates
2021-05-22 04:55:47 -10:00
Luke Latham 9efb28cc13
Move Blazor Layouts topic to Components ToC node (#22368) 2021-05-21 15:42:40 -05:00
Rick Anderson 422b6947bb
Update razor.md (#22365) 2021-05-21 07:02:27 -10:00
Rick Anderson ad321c2700
Add Home and Privacy to no-loc (#22237)
* Add Home and Privacy to no-loc

* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Rick Anderson 68a3be08f6
prep to monikers to remove views.dll (#22225) 2021-05-06 15:15:51 -10:00
Luke Latham acac6546a3
Change 'check box' to 'checkbox' (#22222) 2021-05-06 14:30:14 -05:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Genevieve Warren e8389375a7
Update Razor output for version 6 (#22010)
* update for 6

* Update aspnetcore/razor-pages/ui-class.md

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Updates

* Update aspnetcore/mvc/views/view-compilation.md

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

* Back to original

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-04-15 11:05:19 -10:00
Rick Anderson cc5b254470
Author scott change to rick (#21927) 2021-04-05 12:17:06 -10:00
dependabot[bot] 48341580dd
Bump Microsoft.AspNetCore.Mvc (#21982)
Bumps Microsoft.AspNetCore.Mvc from 1.1.1 to 1.1.3.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-05 09:12:03 -10:00
Luke Latham d51d0a2271
Revert addition of Razor syntax topic link text (#21811) 2021-03-17 07:21:27 -05:00
Scott Addie b8dc52ceea
Fix casing of Razor in the title metadata (#21806) 2021-03-17 07:09:45 -05:00
Scott Addie 09e3573c75 Finish default branch renaming work 2021-03-09 22:40:27 -06:00
Luke Latham 2fb5fdace1
Blazor Templated Components topic UE pass (#21666) 2021-03-09 06:44:23 -06:00
Steve Smith 28626aac0b
Update IHostingEnvironment to IWebHostEnvironment (#21150)
* Update IHostingEnvironment to IWebHostEnvironment

IHostingEnvironment is obsolete.

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

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

* Update environment-tag-helper.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-01-12 15:29:55 -10:00
Luke Latham b38e84d350
Use explicit link text (#21196) 2021-01-12 05:40:45 -06:00
Luke Latham 3ced978c46
Surface Blazor layout limitation (#21173) 2021-01-09 07:26:38 -06:00
Luke Latham 85e71820ab
Add components integration cross-link (#21158) 2021-01-08 12:54:37 -06:00
Luke Latham 7d636940b5
Razor component insignificant whitespace (#20761) 2020-11-25 10:35:18 -06:00
Luke Latham 730521de63
Update Blazor Render mode coverage (#20559) 2020-11-13 06:56:46 -06:00
Luke Latham eb9ff8893e
Prerendering and integration components updates (#19887) 2020-11-10 05:08:17 -06:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10:00
Luke Latham 8c4f7a4325
Enhance partial page description (#19975) 2020-09-23 12:38:26 -05:00
Wade Pickett ccc87490cf
MSDN Link migration - 2nd run (#19635)
* CI Update

* Update entity-framework-6.md

MSDN update scripts allow localized en-us in link, removing those.

* Update localization.md

Removed en-us localization from links.

* Update http-modules.md

Removed en-us from generated links.

* Update mvc.md

Removed "en-us/" from generated links.

* Update membership-to-core-identity.md

Removed "en-us/" from generated links.

* Update intro.md

Removed "en-us/" from generated links.

Co-authored-by: VSC-Service-Account <vscavu@microsoft.com>
2020-08-24 19:16:13 -07:00
Luke Latham 5325c104a7
Fix double words (#19621) 2020-08-22 16:15:32 -05:00
Rick Anderson 54d02546e6
Update Razor syntax doc to 3.1 (#19599) 2020-08-21 13:06:09 -10:00
Rick Anderson 23bd8d2057
Add ASP.NET Identity to no loc (#19578)
* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
Youssef Victor 97d925e9ad
Fix indentation (#19425) 2020-08-06 11:18:19 -05:00
Kirk Larkin b8eab99333
Fix up dev-langs (cross-repo) (#19167) 2020-07-09 17:22:19 -05:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00