This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class WildcardOriginCorsPolicy : Attribute, ICorsPolicyProvider | |
{ | |
private readonly string _origins; | |
private readonly string _headers; | |
private readonly string _methods; | |
//private readonly CorsPolicy _policy; | |
// | |
// Summary: | |
// Initializes a new instance of the WildcardOriginCorsPolicy class. |