ฉันกำลังพยายามเปิดใช้งานการข้ามแหล่งข้อมูลร่วมกันบน ASP.NET Core Web API ของฉัน แต่ฉันติดขัด
EnableCors
แอตทริบิวต์ยอมรับpolicyName
จากประเภทstring
เป็นพารามิเตอร์:
// Summary:
// Creates a new instance of the Microsoft.AspNetCore.Cors.Core.EnableCorsAttribute.
//
// Parameters:
// policyName:
// The name of the policy to be applied.
public EnableCorsAttribute(string policyName);
อะไรpolicyName
หมายและวิธีการที่ฉันสามารถกำหนดค่าธบนหลัก ASP.NET Web API?