Commit Graph

202 Commits (1ada2fc0eafcba3d5c7f13d99e233e7a7855f3a5)

Author SHA1 Message Date
Kirk Larkin ccc2fc2384
Prepare Model-Binding for 6.0 (#23883) 2021-11-12 16:18:21 +00:00
Pranav K 0933b8b3f9
Remove section that demonstrates disabling validation (#23447) 2021-10-04 13:58:23 -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
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
Youssef Victor daa5a47546
Fix typos (#22767) 2021-07-18 11:12:49 -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
Rick Anderson 5183965082
Binding C#9 record types /a (#22345) 2021-05-18 17:33:12 -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 6dae854bbf
Update validation.md (#22236) 2021-05-07 13:44:41 -10:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -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
Pranav K 3d322ac4a6
Tweak documentation a bit (#21900) 2021-03-26 14:31:01 -07:00
Scott Addie b10d421903
Update master branch references to main and update repo org. (#21737)
* Update the aspnet/AspNetCore.Docs repo references

* Update master branch names to main
2021-03-10 10:13:00 -06:00
Scott Addie 09e3573c75 Finish default branch renaming work 2021-03-09 22:40:27 -06:00
Luke Latham c2f970aa6d
Remove extra moniker-range (#21409) 2021-02-02 07:22:25 -06:00
Pranav K e70b0fff1c
Expand nullable reference types (#21388)
* Expand nullable reference types
2021-02-01 11:29:51 -08:00
Stephen Halter 874468e63f
Split kestrel.md into multiple pages (#21091)
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2021-01-15 15:11:48 -08:00
Pranav K 8b8cd9f050
Expand CancellationToken notes (#20658)
* Expand CancellationToken notes

* Update aspnetcore/mvc/models/model-binding.md

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

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-11-19 13:51:14 -08:00
Pranav K 6ca9f35853
Update model-binding.md (#20412)
* Update model-binding.md

* Update model-binding.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-11-04 15:22:48 -10:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10:00
Luke Latham 3b1de9d702
Fix moniker range + nits (#20016) 2020-09-26 18:50:37 -05:00
Pranav K bef0ac9dc8
Add a note about model binding record types (#19968)
* Add a note about model binding record types

* Update model-binding.md

* Update model-binding.md

* Update model-binding.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-09-22 12:32:51 -10:00
Luke Latham 690abe45bf
Surface MaxRequestBodySize for file uploads (#19593) 2020-08-21 05:53:53 -05: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 7d184980f3
clarify BIND on input formatters (#19568)
* clarify BIND on input formatters

* clarify BIND on input formatters
2020-08-19 09:10:48 -10:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -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
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Luke Latham 782f3f3c69
Update code example in File Upload topic (#18424) 2020-05-21 11:57:49 -05:00
Kirk Larkin 0d81f3e15d
Add requirement for jQuery Validation's additional-methods (#18207) 2020-05-08 09:44:29 -10:00
Luke Latham 29d00e495f
Blazor WASM with AAD groups and roles (#18145) 2020-05-08 08:03:24 -05:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Allan Lindqvist bddcbc946e
Add section about request draining (#18075)
* Add section about request draining

As per the discussion over at dotnet/aspnetcore#21292 Here is a request to update the Kestrel docs with information regarding request draining and how it can be avoided in cases where one might want that.

cc @guardrex @TeBeCo @Tratcher, have i missed anything?

* Fixed some wording

* Apply suggestions from code review

Co-authored-by: Chris Ross <Tratcher@Outlook.com>

* Update kestrel.md

* Update kestrel.md

* Updates

* Updates

* Nit

* Surface in File Uploads topic

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
Co-authored-by: Chris Ross <Tratcher@Outlook.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-05-03 09:29:19 -10:00
Kirk Larkin 8d8cf70ae7
Fix link to DataAnnotations source (#17979)
* Fix link to DataAnnotations source

* Update aspnetcore/mvc/models/validation.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-04-27 15:01:25 -05:00
Luke Latham 3aec4d774b
Update link (#17900) 2020-04-18 20:27:04 -05:00
Luke Latham a510489773
Topic author updates (#17193) 2020-03-03 18:42:23 -06:00
mariocatch f87e4b169b
File uploads example contains a compilation error (#17115) 2020-02-25 10:49:22 -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
Luke Latham d08c5d75c5
Drop unnecessary Azure API (#16971) 2020-02-11 16:22:15 -06:00
Scott Addie 501c0cb022
Fix invalid dev langs in code snippets (#16968) 2020-02-11 15:07:13 -06:00
Kirk Larkin 214a9f67c8 Fix inline SuppressImplicitRequiredAttributeForNonNullableReferenceTypes snippet. (#16923) 2020-02-08 14:30:54 -08:00
Luke Latham 86cbec05c3
Update 2020-01-18 11:59:35 -06:00