EnableCorsAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CORS 지원을 사용하도록 설정하는 데 필요한 메타데이터를 제공하는 형식을 식별하는 데 사용할 수 있는 인터페이스입니다.
public ref class EnableCorsAttribute : Attribute, Microsoft::AspNetCore::Cors::Infrastructure::IEnableCorsAttribute
public ref class EnableCorsAttribute : Attribute, Microsoft::AspNetCore::Cors::Infrastructure::ICorsMetadata, Microsoft::AspNetCore::Cors::Infrastructure::IEnableCorsAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class EnableCorsAttribute : Attribute, Microsoft.AspNetCore.Cors.Infrastructure.IEnableCorsAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class EnableCorsAttribute : Attribute, Microsoft.AspNetCore.Cors.Infrastructure.ICorsMetadata, Microsoft.AspNetCore.Cors.Infrastructure.IEnableCorsAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type EnableCorsAttribute = class
inherit Attribute
interface IEnableCorsAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type EnableCorsAttribute = class
inherit Attribute
interface ICorsMetadata
interface IEnableCorsAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type EnableCorsAttribute = class
inherit Attribute
interface IEnableCorsAttribute
interface ICorsMetadata
Public Class EnableCorsAttribute
Inherits Attribute
Implements IEnableCorsAttribute
Public Class EnableCorsAttribute
Inherits Attribute
Implements ICorsMetadata, IEnableCorsAttribute
- 상속
-
EnableCorsAttribute
- 특성
- 구현
생성자
EnableCorsAttribute() |
에 정의된 DefaultPolicyName기본 정책 이름을 사용하여 의 EnableCorsAttribute 새 instance 만듭니다. |
EnableCorsAttribute(String) |
제공된 정책 이름을 사용하여 의 EnableCorsAttribute 새 instance 만듭니다. |
속성
PolicyName |
적용해야 하는 정책의 이름입니다. |
메서드
ToString() |
CORS 지원을 사용하도록 설정하는 데 필요한 메타데이터를 제공하는 형식을 식별하는 데 사용할 수 있는 인터페이스입니다. |