Rick Anderson
b8625612dc
prep Razor UI class lib for .NET 5 version ( #22275 )
2021-05-11 16:45:46 -10:00
Rick Anderson
bb64cad545
Update Razor SDK to V6 ( #22202 )
...
* Update Razor SDK to V6
* Update Razor SDK to V6
* Update Razor SDK to V6
* Update Razor SDK to V6
* Update Razor SDK to V6
* Apply suggestions from code review
Co-authored-by: Safia Abdalla <safia@microsoft.com>
* work
* work
Co-authored-by: Safia Abdalla <safia@microsoft.com>
2021-05-11 10:04:13 -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
fef2d31ed8
prep Razor SDK doc for efficient 6.0 PR/compare ( #22201 )
2021-05-04 12:23:52 -10:00
Rick Anderson
2f00739f4e
Kestrel to no-loc ( #22182 )
2021-05-01 13:03:18 -10:00
Luke Latham
d51d0a2271
Revert addition of Razor syntax topic link text ( #21811 )
2021-03-17 07:21:27 -05:00
Scott Addie
09e3573c75
Finish default branch renaming work
2021-03-09 22:40:27 -06:00
Rick Anderson
a473d2aabd
remove myget.org ( #21232 )
2021-01-22 07:16:00 +10:00
damienbod
a2f84fabab
Added info about using the host layout for a shared razor page library ( #21242 )
...
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2021-01-19 08:08:28 -06:00
Luke Latham
b38e84d350
Use explicit link text ( #21196 )
2021-01-12 05:40:45 -06:00
Rick Anderson
fbc2e67e78
5.0 update RP - adv ( #20710 )
...
* 5.0 update RP - adv
* 5.0 update RP - adv
* 5.0 update RP - adv
* 5.0 update RP - adv
2020-11-20 17:18:40 -10:00
Benjamín Camacho
c9c934e5d8
Missing th element in thead ( #20601 )
2020-11-16 07:41:44 -10:00
Luke Latham
8eb48ad088
CSS isolation support in RCLs ( #20539 )
2020-11-12 09:47:08 -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
David Coulter
399d6c2daf
Links: AspNetCore - Pass 1 ( #19880 )
...
* Links: AspNetCore - Pass 1
* Apply suggestions from code review
* Update aspnetcore/fundamentals/routing.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-09-15 13:08:26 -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
herrgruebner
5c799b71b2
Add missing nuget reference for razor pages ( #19255 )
...
* Update index.md
Following the guide as written results in an error. UseInMemoryDatabase is provided by an additional package, and VS wasn't smart enough to be able to pull this down.
* Update index.md
* Update index.md
* Update index.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-07-29 16:10:48 -10:00
Kirk Larkin
7f3528d810
Use AddRazorPages(options => ...) where appropriate ( #19247 )
...
* Use AddRazorPages(options => ...) where appropriate
* React to feedback
2020-07-19 08:59:03 -10: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
Rick Anderson
6d4b880430
HttpContext from middleware ( #18914 )
2020-06-23 16:24:55 -10:00
Luke Latham
d5b7249fd1
Blazor ToC updates ( #18831 )
2020-06-19 08:24:40 -05:00
Rick Anderson
dd2f0caf0f
Can't apply [Authorize] on page handler methods ( #18676 )
...
* Can't apply [Authorize] on page handler methods
* Can't apply [Authorize] on page handler methods
* add compose warning
* add compose warning
* add compose warning
* add sample
* add sample
* add sample
* add sample
* add sample
* Update AuthorizeIndexPageHandlerFilter.cs
* Update AuthorizeIndexPageHandlerFilter.cs
* Update Index.cshtml.cs
* Update Startup.cs
* work
* work
* work
* Update aspnetcore/security/authorization/simple.md
Co-authored-by: Pranav K <prkrishn@hotmail.com>
Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-06-09 13:43:57 -10:00
Luke Latham
a57e5623aa
Change en dash layout elements to colon-space syntax ( #18506 )
...
* Change en dash layout elements to colon-space syntax
* Update
* Update
2020-05-27 09:37:36 -05:00
Zachary Becknell
392605bab7
Add warning about dotnet pack and static assets ( #16414 )
...
* Add warning about dotnet pack and static assets
* Update ui-class.md
* Update ui-class.md
* Update ui-class.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-05-19 07:48:26 -10:00
Sayed Ibrahim Hashimi
5514de0385
minor update for vsmac content in Intro Razor Pages doc ( #18323 )
2020-05-15 11:59:09 -05:00
Luke Latham
f2834015b6
Drop existing no-loc entries ( #18111 )
2020-05-04 12:00:16 -05:00
Kirk Larkin
a3ce1dbc6c
Fix reserved-routing-names xref from RP conventions ( #17883 )
2020-04-17 22:19:15 -05:00
Rick Anderson
6120e5eb58
RegEx timeout warning ( #17716 )
...
* RegEx timeout warning
* RegEx timeout warning
* Update aspnetcore/mvc/controllers/routing.md
Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2020-04-13 11:21:33 -10:00
Pranav K
ffaf7c1f93
Update sdk.md ( #17469 )
2020-03-26 13:58:12 -05:00
Luke Latham
a510489773
Topic author updates ( #17193 )
2020-03-03 18:42:23 -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
Rick Anderson
cd8e97493f
Update filter.md ( #17036 )
...
* Update filter.md
* Update aspnetcore/razor-pages/filter.md
Co-Authored-By: Artak <34246760+mkArtakMSFT@users.noreply.github.com>
Co-authored-by: Artak <34246760+mkArtakMSFT@users.noreply.github.com>
2020-02-17 20:15:09 -08:00
Luke Latham
2672a33247
Split Razor Components topic ( #16990 )
2020-02-13 15:38:27 -06:00
Luke Latham
d4b0f5bf21
Razor Class Library template supports RP/MVC or components ( #16684 )
2020-02-11 20:20:20 -06:00
Luke Latham
5fcfb38138
Split out advanced Blazor hosting model content ( #16845 )
2020-02-11 20:19:29 -06:00
Scott Addie
501c0cb022
Fix invalid dev langs in code snippets ( #16968 )
2020-02-11 15:07:13 -06:00
Kirk Larkin
dc82ddf50b
Replace ToUpper/ToLower with ToUpperInvariant/ToLowerInvariant. ( #16895 )
2020-02-08 12:05:45 -08:00
Luke Latham
168f7baeda
Whole-topic versioning ( #16908 )
...
Versioning restructure of 16 topics.
2020-02-07 19:06:11 -08:00
Luke Latham
6df254dd59
Fix sample apps for Razor Pages Conventions topic ( #16876 )
2020-02-05 20:59:58 -06:00
Rob Johnston
20cc7eb901
Replace double articles ( #16820 )
2020-02-02 21:19:05 -06:00
Genevieve Warren
73be7bd5d2
Minor tweaks ( #16749 )
2020-01-28 12:39:44 -08:00
Luke Latham
68ef3df034
Update AddCrosslinksForRCInRP/MVC ( #16744 )
2020-01-28 11:50:28 -06:00
Luke Latham
795293f9bd
Update RCL ( #16710 )
2020-01-25 11:44:02 -06:00
Luke Latham
7b84ac4f7b
Fix DateAndCrossLink ( #16712 )
2020-01-25 11:20:25 -06:00
Pranav K
45035fcab2
Fill in SDK gaps ( #16690 )
...
* Fill in SDK gaps
* Apply suggestions from code review
Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update web-sdk.md (#16703 )
* Update web-sdk.md
* Update web-sdk.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-01-24 19:16:39 -08:00
Jeffrey T. Fritz
0988344fe6
Added clarifying language for the LIBRARY_NAME ( #16611 )
2020-01-21 13:49:48 -06:00
Kirk Larkin
9fb701fd08
Clearer explanation of RP handler URL customization. ( #16604 )
2020-01-18 15:20:29 -08:00