* Update http3.md
Fixed a typo and added a bit more context.
* Update aspnetcore/fundamentals/servers/kestrel/http3.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/fundamentals/servers/kestrel/http3.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>
* Choose Web UI Links
* Correct file name and add mvc tutorial change.
* Added link to razor pages tutorial
* Add link to Razor Pages start page
* Removed dupe include
* Added more required metadata to include
* Apply suggestions from review
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update rp include per review
* Updated razor.md include per review.
* Remove extra line in mvc topic
* Update aspnetcore/includes/razor.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Razor.md text change
* Fixing alt text dupes
* Fixing dupe alt text for all previous versions of the topic
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Add Http3 kestrel doc
* Add sample
* Update aspnetcore/fundamentals/servers/kestrel/http3.md
Co-authored-by: James Newton-King <james@newtonking.com>
* Update aspnetcore/fundamentals/servers/kestrel/http3.md
Co-authored-by: James Newton-King <james@newtonking.com>
* Small fixup
* Update aspnetcore/fundamentals/servers/kestrel/http3.md
Co-authored-by: James Newton-King <james@newtonking.com>
* Update aspnetcore/fundamentals/servers/kestrel/http3.md
Co-authored-by: Chris Ross <chrross@microsoft.com>
* Update aspnetcore/fundamentals/servers/kestrel/samples/6.x/Http3Sample/Startup.cs
Co-authored-by: Chris Ross <chrross@microsoft.com>
* Update aspnetcore/fundamentals/servers/kestrel/http3.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/fundamentals/servers/kestrel/http3.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/fundamentals/servers/kestrel/http3.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/fundamentals/servers/kestrel/http3.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/fundamentals/servers/kestrel/samples/6.x/Http3Sample/Program.cs
Co-authored-by: James Newton-King <james@newtonking.com>
* Update aspnetcore/fundamentals/servers/kestrel/samples/6.x/Http3Sample/Program.cs
Co-authored-by: James Newton-King <james@newtonking.com>
* Feedback
* Update toc.yml (#22983)
* Update toc.yml
* Update aspnetcore/toc.yml
* Fixup
* Update aspnetcore/toc.yml
Co-authored-by: Chris Ross <chrross@microsoft.com>
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Chris Ross <chrross@microsoft.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update mixed up words
`context.Success` and `context.Fail` are void functions
* Update aspnetcore/security/authorization/secure-data.md
* Update aspnetcore/security/authorization/secure-data.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Highlight the correct line of code
Highlight call to `AddRoles<IdentityRole>()` instead of `AddEntityFrameworkStores<ApplicationDbContext>()` in the **Add Role services to Identity** section
* Highlight the correct lines of code
Correctly highlight calls to `AddRoles<IdentityRole>()` in the **Add Role services to Identity** sections
This change is necessary in case await _context. SaveChangesAsync (); will throw an exception and you will need to return the page back with the previously entered data, so as not to start typing again. If you leave it as it is, then when you try to save the changes, it gives an error that "An unhandled exception occurred while processing the request.
ArgumentNullException: Value cannot be null. (Parameter 'source')"
* Initial Draft topic and art.
* fixing links
* Fix links
* fixing xref links
* fix xref client-side link
* figured out xref fixes
* Changed where examples sub-section appears in client render section
* Corrections in Blazor WebAssembly section
* Added placeholder Blazor WebAssembly getting started.
* Apply suggestions from code review
Added danroth27's direct edits.
Co-authored-by: Daniel Roth <daroth@microsoft.com>
* More edits per reiew
* Removing strict server vs client render language and include hybrid spectrum
* Incorporating more of Dan's sugguestions. Link out to component vendor list
* SPA section changes
* More changes on wording for server vs client
* Moving server vs client out of intro.
* Removed decision tree graphic resource
* Changed Blazor organization to center on components then hosting options
* changes per review
* Apply suggestions from code review
Added Rick's suggestions.
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Adding more of Rick's suggestions.
* Update Client render benefits list per Rick
* fix typos.
* Apply suggestions from code review
Added all of Luke's suggestions. Thanks Luke.
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Replaced (xref with <xref throughout doc.
* Apply suggestions from code review
link fixed per guardrex suggestion
* Fixed typo
* typo fix
* typo fix
* Apply suggestions from code review
Adding all Dan's inline commit suggestions.
Co-authored-by: Daniel Roth <daroth@microsoft.com>
* Final changes per Dan Roths feedback so far.
* blazer plus mvc section fixes.
Co-authored-by: Daniel Roth <daroth@microsoft.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Update proxy-load-balancer.md
* Update proxy-load-balancer.md
* Update aspnetcore/host-and-deploy/proxy-load-balancer.md
Co-authored-by: Chris Ross <chrross@microsoft.com>
Co-authored-by: Chris Ross <chrross@microsoft.com>