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
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
Kirk Larkin
f36e23be7e
Small updates to RP Filters. ( #16345 )
...
* As suggested in GitHub issue.
* Some additional fixes.
2019-12-28 14:45:33 -08:00
Rick Anderson
d0ad48af88
Update RP filters to 3.1 ( #16283 )
...
* 3.1 update of RP filters
* 3.1 update of RP filters
* 3.1 update of RP filters
* work
* work
* work
* work
* work
* work
* work
2019-12-20 13:26:32 -08:00
Rick Anderson
2f048514bc
3.1 update of Filter methods for RP ( #16275 )
...
* 3.1 update of Filter methods for RP
* 3.1 update of Filter methods for RP
2019-12-18 16:22:55 -08:00
Luke Latham
4a16dc236d
3.1 Sample Updates ( #16170 )
2019-12-12 17:31:22 -06:00
Luke Latham
2e9bf90656
Drop styled link text ( #16042 )
2019-12-05 17:12:26 -06:00
Luke Latham
faf0363132
Drop 'decorate'/'decorated' for attribute ( #16039 )
2019-12-05 15:28:49 -06:00
Ryan Yandle
5a5b8e2369
Highlight MapRazorPages() in Startup.cs example ( #15826 )
2019-11-22 06:58:50 -06:00
Luke Latham
bf1e770df9
Apply no-loc for "Blazor" to topics ( #15628 )
2019-11-11 14:13:12 -06:00
David Pine
1abb32ad3d
Compressed .PNG image files ( #15654 )
2019-11-11 10:53:59 -06:00
Gary Chan
a11d747fae
Changed code snippet title to HTML ( #15345 )
2019-10-28 07:42:15 -05:00
Gary Chan
338e5f0609
Update index.md ( #15343 )
2019-10-28 07:41:28 -05:00
Piotr Błażejewicz (Peter Blazejewicz)
4ce14e7b10
Fix TypeScript target snippet in Razor UI docs ( #15326 )
2019-10-26 20:52:56 -05:00
Wade Pickett
bd167a0886
Update ui-class.md new project instructions to VS 2019 ( #15310 )
...
* Update ui-class.md
Fixes #14946
Updated VS instructions for new project to VS 2019. Tested CLI new project instructions, they are good as is.
* Update ui-class.md
Removed repeated lines.
* Update ui-class.md
Made corrections per rick-anderson review. Thanks Rick.
* Update ui-class.md
Corrected new project > select support pages instruction line to so it makes more sense for the 3.0 specific content within the context of its >= 3.0 moniker range.
Removed unneeded metadata moniker line. The original had mixed metadata and inline range monikers, so corrected.
2019-10-25 12:58:03 -07:00
Alex Ayon
892a0f0e47
Update reference to customer model ( #15275 )
...
Updated reference to customer model in the Validation section to the following reference: [!code-cs[](index/3.0sample/RazorPagesContacts/Models/Customer.cs)]. Customer model in "Write a basic form" section and the "Validation" section will reference the same code.
2019-10-23 09:59:54 -10:00
Luke Latham
b10b9fa37e
RP conventions topic 3.0 text updates ( #15254 )
2019-10-22 13:00:39 -05:00
Em Poulter
e5a5b29dae
Remove unnecessary word in filter.md ( #15192 )
2019-10-18 07:26:35 -05:00
Zhiliang Xu
7952bf9169
Remove a redundant "the" ( #15099 )
...
Remove a redundant "the"
2019-10-14 16:23:59 -10:00
Rick Anderson
900a68772e
Update ui-class.md ( #14890 )
2019-10-08 19:58:21 -10:00
Luke Latham
c9399bdb3e
Update option syntax ( #14908 )
2019-10-08 06:32:56 -05:00
Luke Latham
23870b7eb2
Content root & web root enhancements ( #14888 )
2019-10-07 12:53:23 -05:00
Luke Latham
31ae19f46f
File uploads topic ( #12344 )
2019-10-02 12:52:34 -05:00
Lauren Van Sloun
10b0e3977a
Minor formatting improvements ( #14763 )
2019-10-02 11:57:12 -05:00
Nikita Potapenko
dc8f9b7bea
Update packages ( #14574 )
...
Use GA version
2019-09-25 07:58:43 -10:00
Mauricio de los Santos
37167ea431
L124355: Adding break-line before snippet ( #14549 )
...
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
Description: Missing break-line before snippet is preventing content to show properly.
2019-09-24 15:53:25 -05:00
Kirk Larkin
4540f5e0e6
Updated intro to Razor Pages URL generation. ( #14448 )
...
* Updated intro to Razor Pages URL generation.
* Update index.md
2019-09-23 13:55:46 -10:00
Luke Latham
87ff347062
RCL topic update for 3.0 ( #14461 )
2019-09-21 13:00:40 -05:00
Luke Latham
3b95c6a5df
Fix link ( #14429 )
2019-09-19 19:57:14 -05:00
Rick Anderson
252bfa86ff
3.0 update: intro to RP ( #13993 )
...
* 3.0 update: intro to RP
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* Update aspnetcore/razor-pages/index.md
Co-Authored-By: Ryan Nowak <nowakra@gmail.com>
2019-09-19 14:33:51 -10:00
Scott Addie
a50faa4056
Use dotnetcli dev lang to colorize .NET Core CLI commands ( #14361 )
2019-09-17 16:01:04 -05:00
Luke Latham
ffccfffa6c
Update sdk.md ( #13983 )
2019-08-23 08:24:36 -05:00
Pranav K
5b5b8e12fc
Update sdk.md ( #13963 )
2019-08-22 18:18:19 -04:00
Luke Latham
d9b8885b43
RCL: Exclusions and TypeScript ( #13972 )
2019-08-22 14:43:38 -05:00
Luke Latham
dc5b3a8a3b
Use static web assets scenario in all environments ( #13911 )
2019-08-20 11:21:54 -05:00
David Pine
769d8c6ae7
Removed images that are not referenced anywhere. ( #13804 )
2019-08-17 10:20:41 -05:00
Luke Latham
479cd11c28
Razor Pages Conventions update to 3.0 ( #13734 )
2019-08-08 16:43:11 -05:00
Mike Surcouf
6db3cc6f25
Update ui-class.md ( #13501 )
2019-07-25 10:53:24 -05:00
Kirk Larkin
136f304199
Manage HEAD requests with the OnGet handler ( #13371 )
...
* OnHead => OnGet fallback.
* Additional fixes.
2019-07-17 17:59:16 -07:00
Rick Anderson
794385a421
Update index.md ( #13323 )
2019-07-16 11:53:48 -07:00
Theano Petersen
c969928dbe
fix http to https ( #13241 )
2019-07-10 19:36:05 -07:00
Theano Petersen
7d10936ada
Fix broken links from CATS report 6-21-19 ( #13237 )
2019-07-10 15:43:56 -07:00
Luke Latham
56b8978b93
Enhance service registration scenario coverage ( #13209 )
2019-07-10 08:14:41 -05:00
Tom Dykstra
ef5e50aa84
Fix prereqs that say VS2019 but should say VS2017 ( #13092 )
...
* fix prereqs that say VS2019 but should say VS2017
2019-07-03 09:11:34 -07:00