Property AllowMethods
AllowMethods
Gets or sets the Access-Control-Allow-Methods header specifies the method or methods allowed when accessing the resource.
public string[] AllowMethods { get; set; }
Property Value
- string[]
Gets or sets the Access-Control-Allow-Methods header specifies the method or methods allowed when accessing the resource.
public string[] AllowMethods { get; set; }