Property AccessControlExposeHeaders
AccessControlExposeHeaders
Gets or sets the value of the HTTP Access-Control-Expose-Headers header.
Indicates which headers can be exposed as part of the response to a cross-origin request.
public string? AccessControlExposeHeaders { get; set; }
Property Value
Remarks
Note: this header can be overwritten by the current CrossOriginResourceSharingHeaders configuration.