Property AccessControlAllowMethods
AccessControlAllowMethods
Gets or sets the value of the HTTP Access-Control-Allow-Methods header.
Specifies the methods that are allowed when accessing the resource in a CORS context.
public string? AccessControlAllowMethods { get; set; }