Bagikan melalui


EnableCorsAttribute Kelas

Definisi

Antarmuka yang dapat digunakan untuk mengidentifikasi jenis yang menyediakan metadata yang diperlukan untuk mengaktifkan dukungan 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
Warisan
EnableCorsAttribute
Atribut
Penerapan

Konstruktor

EnableCorsAttribute()

Membuat instans EnableCorsAttribute baru dengan nama kebijakan default yang ditentukan oleh DefaultPolicyName.

EnableCorsAttribute(String)

Membuat instans baru dengan nama kebijakan yang EnableCorsAttribute disediakan.

Properti

PolicyName

Nama kebijakan yang perlu diterapkan.

Metode

ToString()

Antarmuka yang dapat digunakan untuk mengidentifikasi jenis yang menyediakan metadata yang diperlukan untuk mengaktifkan dukungan CORS.

Berlaku untuk