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
Luke Latham
d5b7249fd1
Blazor ToC updates ( #18831 )
2020-06-19 08:24:40 -05:00
Luke Latham
2d32ec6eb2
Clarify Blazor placeholder "{APP ASSEMBLY}" ( #18801 )
2020-06-14 09:58:51 -05:00
Rick Anderson
cf22683ed7
fence folders ( #18787 )
2020-06-12 08:56:27 -10:00
Rick Anderson
adf4296ceb
fence reserved keywords ( #18772 )
2020-06-11 16:37:13 -10:00
Luke Latham
af4f55cbe4
Blazor UE improvements ( #18304 )
2020-05-14 08:27:05 -05:00
Wade Pickett
3a5be5aee0
No-loc fix Razor translation source doc ( #18213 )
2020-05-08 12:36:26 -07:00
Rick Anderson
9e62c033cc
Merge branch 'live' into master
2020-05-04 11:37:49 -10:00
Luke Latham
f2834015b6
Drop existing no-loc entries ( #18111 )
2020-05-04 12:00:16 -05:00
Scott Addie
6c8cff2d67
Merge pull request #17840 from dotnet/master
...
Update live with master
2020-04-15 16:06:10 -05:00
Scott Addie
9a66c861d2
Explain how to enable Razor Class Library runtime compilation in ASP.NET Core 3.1+ ( #17792 )
...
* Explain how to enable RCL runtime compilation
* more work
* more work
* Update aspnetcore/mvc/views/view-compilation.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>
2020-04-15 16:02:00 -05:00
Scott Addie
0908d08e9c
Merge pull request #17835 from dotnet/master
...
Update live with master
2020-04-15 14:41:33 -05:00
Luke Latham
eebbd91c96
Fix broken bookmark ( #17832 )
2020-04-15 13:37:45 -05:00
Luke Latham
350da82203
Merge pull request #17812 from dotnet/master
2020-04-14 17:35:22 -05:00
Kirk Larkin
5ec5c96d04
Remove [ViewData] example using @Model with a controller ( #17805 )
2020-04-14 12:31:15 -10:00
Scott Addie
5af1616697
Merge pull request #17781 from dotnet/master
...
Update live with master
2020-04-13 19:36:43 -05:00
Scott Addie
9f9bd9a0ab
Adapt Razor runtime compilation guidance to changes made in ASP.NET Core 3.1 ( #17777 )
...
* Adapt Razor runtime compilation guidance to changes made in 3.1
* Remove Runtime compilation heading
* Update line highlighting
* Verbiage tweak
* Restore 3.0 content
* minor edits
* Clarify instructions
* Fix indentation
* Expand explanation
* Fix xref link
* Apply suggestions from code review
Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
* Apply suggestions from code review
Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* React to feedback
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-04-13 19:34:08 -05:00
Luke Latham
6f1b516e0c
Merge pull request #17756 from dotnet/master
2020-04-12 09:04:56 -05:00
Rick Anderson
b61139b485
Razor file compilation ( #17709 )
...
* Razor file compilation
* Razor file compilation
* Razor file compilation
* Razor file compilation
* Apply suggestions from code review
Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Razor file compilation
* Razor file compilation
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-04-10 07:27:30 -10:00
Luke Latham
e8dc30453a
Merge pull request #17726 from dotnet/master
2020-04-10 07:33:49 -05:00
Luke Latham
052119e9c9
Rendering components in RP/MVC updates ( #17571 )
2020-04-10 06:35:30 -05:00
Scott Addie
9a46e78c79
Merge pull request #17700 from dotnet/master
...
Update live with master
2020-04-09 12:44:06 -05:00
Rick Anderson
3d77cdf2c5
Razor compilation update ( #17684 )
...
* Razor compilation update
* Razor compilation update
2020-04-08 17:38:13 -10:00
Rick Anderson
d03905aadf
Merge pull request #17489 from dotnet/master
...
Merge to live on 27 March
2020-03-28 13:13:25 -10:00
Rick Anderson
6d256be8a6
Update razor.md ( #17493 )
...
* Update razor.md
* Update razor.md
2020-03-27 16:56:27 -10:00
Luke Latham
453d3838d5
Merge pull request #17434 from dotnet/master
2020-03-24 06:17:57 -05:00
Luke Latham
b73119a596
Component TH topic ( #17343 )
2020-03-24 05:24:40 -05:00
Rick Anderson
45c2683dc7
Merge pull request #17208 from dotnet/master
...
Merge master to live
2020-03-04 12:18:57 -08:00
Luke Latham
a510489773
Topic author updates ( #17193 )
2020-03-03 18:42:23 -06:00
Scott Addie
54ec67cc18
Merge pull request #17179 from dotnet/master
...
Update live with master
2020-03-02 14:23:52 -06:00
Eric Mutta
fae308e9ea
Fix typo in "Importing Shared Directives" section. ( #17168 )
2020-03-01 12:05:30 -06:00
Scott Addie
3bdb1052d6
Merge pull request #17078 from dotnet/master
...
Update live with master
2020-02-20 20:06:18 -06:00
Scott Addie
9174ead0d3
Update aspnet org. links to reference the dotnet org. ( #17077 )
...
* Update aspnet org. links to reference the dotnet org.
* Update API ref links
2020-02-20 19:37:35 -06:00
Luke Latham
5893ffaed1
Merge pull request #17003 from aspnet/master
2020-02-13 15:41:12 -06:00