Merge branch '1.0.0-beta8' into 1.0.0-rc1

remotes/origin/nimullen/razor.directivequotes.561
danroth27 2015-11-05 16:34:22 -08:00
commit fb3dadeffd
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ The second approach is to define one or more named CORS policies, and then selec
.. literalinclude:: cors/sample/src/CorsExample2/Startup.cs
:language: csharp
:lines: 9-18,20-23,27
:lines: 9-18,20-26,27
:dedent: 8
This example adds a CORS policy named "AllowSpecificOrigin". To select the policy, pass the name to UseCors.