Table of Contents

Class StaticFileHeaderAttribute

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

Specify custom headers to be used for static files.

[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true, Inherited = false)]
public class StaticFileHeaderAttribute : Attribute
Inheritance
object
Attribute
StaticFileHeaderAttribute

Constructors

StaticFileHeaderAttribute(string, string, string)

public StaticFileHeaderAttribute(string filePattern, string key, string value)

Parameters

filePattern string
key string
value string

Fields

FilePattern

public string FilePattern

Field Value

string

Key

public string Key

Field Value

string

Value

public string Value

Field Value

string