Commit Graph

178 Commits (2b4c72a0296c21147cea4b0afe74dfbe4e991891)

Author SHA1 Message Date
GitHubPang 93860de64f Fix missing code highlight
"highlight" was misspelt.
2021-12-01 08:38:00 +08:00
Rick Anderson 5dd3075877
Intro to RP V6 update /4 (#23919)
* Intro to RP V6 update /4

* Intro to RP V6 update /4

* Intro to RP V6 update /4

* Intro to RP V6 update /4
2021-11-15 17:38:41 -10:00
Rick Anderson 7ed01df16b
Moniker prep for into to RP /4 (#23918) 2021-11-15 11:25:45 -10:00
Fredrik Linde 936d941314
Update ui-class.md (#23886) 2021-11-12 13:26:33 -06:00
Daniel Roth 64b9e976f0
Update Razor Class Library topic to clarify default support for Razor components (#23519) 2021-10-13 12:08:32 -10:00
Luke Latham a9322122c9
RP/MVC CSS Isolation (#23389) 2021-10-02 05:29:44 -05:00
Luke Latham 3b8e7fe9e8
Broken link fixups (#23249)
* Broken link fixups

* Updates
2021-09-09 10:01:33 -07:00
Luke Latham e07a64961f
Package ID updates (Redux) (#23093) 2021-08-23 09:31:30 -05:00
Luke Latham b22ec7a6cf
Library naming behavior (#23077) 2021-08-20 13:51:36 -07:00
Maira Wenzel 54cf9841fc
Add missing space (#22933) 2021-08-02 20:46:47 -05:00
Fiyaz Bin Hasan c3b61acfd1
response cache attribute should be set on page model (#22924) 2021-08-02 07:08:51 -07:00
Fiyaz Bin Hasan a6617ada1c
Update ui-class.md (#22808)
* Update ui-class.md

* Create Startup.cs

* use code snippet

* new startup created and snippet reference added to doc

* Delete Startup.cs

* new line in the end

* move startup out of the webapp1

* Update Startup.cs

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

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

Co-authored-by: Kirk Larkin <kirk.larkin@pm.me>

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Kirk Larkin <kirk.larkin@pm.me>
2021-07-23 13:39:36 -07:00
Rick Anderson c14f40c470
Update ui-class.md 2021-07-14 10:32:22 -07:00
Do Nhu Vy 1b1617e75e
Create new Razor Class Library: Add missing step Choose Target framework, use name MyRazorClassLib for avoid confusing with reversed keyword, create project use dotnet CLI with the same name with Visual Studio (#22458)
* Add missing step choose Target Framework

* Add missing step choose Target Framework

* Use the same name of RCL when using dotnet CLI to avoid confusing

* use name MyRazorClassLib

* Update ui-class.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-05-29 05:50:42 -10:00
Eric Xu 75fa1aee1b
Fixed sentence. (#22436) 2021-05-28 05:00:59 -05:00
Luke Latham 8db4ea9bb8
Build report bug fixes (#22377)
* Build report bug fixes

* Updates
2021-05-22 04:55:47 -10:00
Fiyaz Bin Hasan 0b1ae203af
rcl project update 3.1 (#22307)
* rcl project update  3.1

* new line error fixed and deleted unused css class
2021-05-14 16:05:33 -10:00
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