CORS/README.md

10 строки
566 B
Markdown
Исходник Обычный вид История

2015-02-17 05:31:39 +03:00
CORS
===
2015-04-02 04:08:34 +03:00
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/yi0m8evjtg107o12/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/CORS/branch/dev)
Travis: [![Travis](https://travis-ci.org/aspnet/CORS.svg?branch=dev)](https://travis-ci.org/aspnet/CORS)
2015-02-17 05:31:39 +03:00
CORS repository includes the core implementation for CORS policy, utilized by the CORS middleware and MVC.
2016-02-29 02:53:57 +03:00
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.