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