The ASP.NET Core templates configure the pipeline with support for a developer exception page, BrowserLink, error pages, static files, and ASP.NET Core MVC:
This statement and the code snippet that follows it are a little out of date:
UseBrowserLink
) is no longer included.UseHsts
, UseHttpsRedirection
and UseCookiePolicy
are included as of 2.1.⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Thanks for flagging this @serpent5.
The topic is referencing a 2.0-era sample (thus code snippets). @tdykstra do you want to take this one, or shall I update it? IMO, we should set up 2.1 and 2.2 samples with versioning in the topic.
@guardrex If you'd like to take care of it, it's all yours. 😄
@serpent5 I should be on the case with this one in a week or so. I'll give the topic a full pass/update.