Table of Contents

Class EnableCORSAttribute

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Annotations.dll

Enable a declared CORS policy

[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class EnableCORSAttribute : Attribute
Inheritance
object
Attribute
EnableCORSAttribute

Constructors

EnableCORSAttribute(string)

public EnableCORSAttribute(string Policy)

Parameters

Policy string

Fields

Policy

public string? Policy

Field Value

string