IEnableCorsAttribute 接口

定义

一个接口,可用于标识提供启用 CORS 支持所需的元数据的类型。

public interface class IEnableCorsAttribute
public interface class IEnableCorsAttribute : Microsoft::AspNetCore::Cors::Infrastructure::ICorsMetadata
public interface IEnableCorsAttribute
public interface IEnableCorsAttribute : Microsoft.AspNetCore.Cors.Infrastructure.ICorsMetadata
type IEnableCorsAttribute = interface
type IEnableCorsAttribute = interface
    interface ICorsMetadata
Public Interface IEnableCorsAttribute
Public Interface IEnableCorsAttribute
Implements ICorsMetadata
派生
实现

属性

PolicyName

需要应用的策略的名称。

适用于