aspnetcore/test/WebSites/CorsWebSite
James Newton-King c01c7075be
Add EndpointMetadata to ActionDescriptor and hookup CORS (#8158)
2018-07-28 16:12:54 +12:00
..
Controllers Refactor CORS support out of MVC Core 2017-08-14 11:40:56 -07:00
Filters
CorsWebSite.csproj Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Program.cs Add EndpointMetadata to ActionDescriptor and hookup CORS (#8158) 2018-07-28 16:12:54 +12:00
Startup.cs Add EndpointMetadata to ActionDescriptor and hookup CORS (#8158) 2018-07-28 16:12:54 +12:00
StartupWithGlobalRouting.cs Add EndpointMetadata to ActionDescriptor and hookup CORS (#8158) 2018-07-28 16:12:54 +12:00
readme.md

readme.md

CorsWebSite

This web site illustrates how to configure actions to allow/disallow cross origin requests.