Commit Graph

1005 Commits (7e8a2966ef9b70418a4de3892ce17403183232e8)

Author SHA1 Message Date
Fiyaz Bin Hasan 932e9608a1
doc update for anchor tag helper (#23480) 2021-10-07 07:32:18 -10:00
Pranav K 0933b8b3f9
Remove section that demonstrates disabling validation (#23447) 2021-10-04 13:58:23 -07:00
Luke Latham a9322122c9
RP/MVC CSS Isolation (#23389) 2021-10-02 05:29:44 -05:00
Rick Anderson f554286ed3
V6 MVC routing /3x (#23246)
* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* Update aspnetcore/mvc/controllers/routing/samples/6.x/main/Controllers/TestController.cs

Co-authored-by: David Pine <david.pine@microsoft.com>

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

Co-authored-by: David Pine <david.pine@microsoft.com>
2021-09-27 09:45:54 -07:00
SpiritBob 33d617798f
Improve [Required] attribute usage (#23355)
Clarifies to the end-user that for non-nullable reference types a non-default `[Required]` attribute is used, that only checks for null values.
2021-09-21 10:41:13 -07:00
SpiritBob 8cff70bb33
Fixes #23034 (#23354)
Makes it clear to the end-user that the `[Required`] attribute used for non-nullable context is not the default one, but one that only checks for null values.
2021-09-20 08:06:41 -07:00
pramuka9 085d5d3d41
Fixed @ symbol work definition (#23323)
it transitions into Razor-specific markup. Otherwise, it transitions into plain HTML.
-- NOT "plain C#"
2021-09-15 19:14:30 -07:00
Luke Latham 3b8e7fe9e8
Broken link fixups (#23249)
* Broken link fixups

* Updates
2021-09-09 10:01:33 -07:00
Rick Anderson c0cfbacdef
routing V6 /3x moniker prep /3x (#23245) 2021-09-08 18:34:11 -07:00
Alif 0eb68b30d6
update routing comment (#23240) 2021-09-08 15:40:27 -07:00
Marcus Otterström 3782e7dc5c
Add proper markdown line breaks (#23184) 2021-08-31 17:23:48 -07:00
Alexander Yumashev bd853164dd
Fixed links to wrong methods (#23167) 2021-08-31 08:51:13 -05:00
David Pine df0cb4ca72
Update razor.md (#23105)
* Update razor.md

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2021-08-24 08:36:07 -07:00
Wade Pickett 44c9efdf1c
Broken links sweep (#23027)
* Broken links sweep

* fixed link warnings

* update visual-studio-publish-profiles.md
2021-08-16 10:46:33 -07:00
Rick Anderson 00cb1b3190
Update file-uploads.md (#22999)
* Update file-uploads.md

* Update file-uploads.md

* Update aspnetcore/mvc/models/file-uploads.md
2021-08-11 11:10:05 -07:00
GitHubPang 3b526fb79b
Fix typos (#22994) 2021-08-10 19:20:15 -05:00
Rick Anderson 95582be7d1
Fix validation sample /4 (#22953) 2021-08-04 11:14:31 -07:00
Rick Anderson c39bb66810
Add SVG to Razor syntax /3 (#22853)
* Add SVG to Razor syntax /3

* Add SVG to Razor syntax /3

* Update aspnetcore/mvc/views/razor.md

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Update aspnetcore/mvc/views/razor.md

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2021-07-26 11:52:50 -07:00
Rick Anderson 5602a6556b
clean up monikers in Razor syntax /3 (#22851)
* clean up monikers in Razor syntax /3

* Update aspnetcore/tutorials/first-web-api.md

* clean up monikers in Razor syntax /3
2021-07-25 16:30:44 -07:00
Rick Anderson e8d89ca046
Update areas.md (#22788) 2021-07-21 11:12:31 -07:00
Youssef Victor daa5a47546
Fix typos (#22767) 2021-07-18 11:12:49 -05:00
Luke Latham d77766e515
Additional code-fencing in Razor syntax topic (#22751) 2021-07-16 05:20:58 -05:00
Luke Latham 0b21d7d3c3
Generic type support updates (including 6.0 updates) (#22697) 2021-07-16 04:33:47 -05:00
Luke Latham 901039a5da
Blazor preserve state during prerendering (#22732) 2021-07-16 04:07:27 -05:00
Luke Latham 720b7ccecf
Blazor Global/Loc UE pass (#22525) 2021-06-25 06:30:33 -05:00
Luke Latham 9873f09e73
Fix bookmark (#22609) 2021-06-25 05:30:27 -05:00
Luke Latham 21e12d47bb
Fix broken Blazor file upload component (#22582) 2021-06-21 08:37:10 -05:00
Rick Anderson 89c93638a7
Update validation.md patch1 (#22239)
* Update validation.md

* Update Create.cshtml.cs

* Update Create.cshtml.cs

* Update aspnetcore/mvc/models/validation.md

* Apply suggestions from code review

Co-authored-by: Pranav K <prkrishn@hotmail.com>

Co-authored-by: Pranav K <prkrishn@hotmail.com>
2021-06-18 08:33:18 -07:00
HANABI 177a17fb12
feat: the sample project of large files upload (#22549)
* feat: the sample project of large files upload

* style: adjust the comment and random file name

* fix: adjust the code, make it more relevant to the needs of the sample rather than the exact needs

* refactor: conform the project layout to match the (usual) convention on the repo
2021-06-17 10:59:22 -07:00
Rick Anderson 58c2fd038a
Create readmd.md (#22542) 2021-06-15 08:06:45 -07:00
Fiyaz Bin Hasan e315062a16
section header should be typeof instaed of nameof (#22531) 2021-06-11 10:56:53 -07:00
Fiyaz Bin Hasan b4284956cf
sample and documentation update for using component with type (#22490) 2021-06-08 08:11:55 -10:00
rekker22 c5a4718dc4
Changes against Issue #18636 (#20071)
* Changes against Issue #18636

* Removed wrongly added INCLUDE

* Update aspnetcore/includes/reservedRouting.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/includes/reservedRouting.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/mvc/controllers/routing.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/includes/reservedRouting.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update reservedRouting.md

* Add no-loc metadata

Co-authored-by: subhasish Mandal <sm8017797063@gmail.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2021-06-07 12:14:55 -10:00
Fiyaz Bin Hasan f2b9935525 partial views sample update to target .net 5 2021-06-07 16:04:45 +06:00
Rick Anderson 45f8e7a1f5
filters thread safety /7 (#22296)
* filters thread safety

* filters thread safety

* Apply suggestions from code review

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

Co-authored-by: Kirk Larkin <serpent5@pm.me>
2021-05-24 12:46:28 -10:00
Luke Latham 8db4ea9bb8
Build report bug fixes (#22377)
* Build report bug fixes

* Updates
2021-05-22 04:55:47 -10:00
Luke Latham 9efb28cc13
Move Blazor Layouts topic to Components ToC node (#22368) 2021-05-21 15:42:40 -05:00
Rick Anderson 422b6947bb
Update razor.md (#22365) 2021-05-21 07:02:27 -10:00
Rick Anderson 5183965082
Binding C#9 record types /a (#22345) 2021-05-18 17:33:12 -10:00
Fiyaz Bin Hasan 77d71adf0c
highlighting index fix (#22313)
* highlighting iindex fix

* highlighted line index fix
2021-05-17 07:35:57 -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
Kent Sharkey a15b056735
Links: ASP.NET Core (2021-05) (#22231) 2021-05-07 13:46:06 -10:00
Rick Anderson 6dae854bbf
Update validation.md (#22236) 2021-05-07 13:44:41 -10:00
Rick Anderson 68a3be08f6
prep to monikers to remove views.dll (#22225) 2021-05-06 15:15:51 -10:00
Luke Latham acac6546a3
Change 'check box' to 'checkbox' (#22222) 2021-05-06 14:30:14 -05:00
Pranav K 3a6d0f33fd
Fixup bug in implementation (#22218) 2021-05-06 07:22:13 -10:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Michal Mrnuštík 383b0f5c3e
Replace status code with status code enum (#22116)
* Replace all hardcoded status codes with System.Net.HttpStatusCode

* Replace all StatusCodes references to HttpStatusCode

Co-authored-by: Michal Mrnuštík <michal.mrnustik@riganti.cz>
2021-04-23 10:14:47 -10:00
Gérald Barré 83998209b2
Use Array.Empty instead of instantiating a new empty array (#22082) 2021-04-18 12:24:51 -05:00
Genevieve Warren e8389375a7
Update Razor output for version 6 (#22010)
* update for 6

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

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Updates

* Update aspnetcore/mvc/views/view-compilation.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Back to original

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-04-15 11:05:19 -10:00