Table of Contents

Class StaticFileResponseCompressionAttribute

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

Specify the cache-control value for static file pattern.

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

Constructors

StaticFileResponseCompressionAttribute(string, bool?)

public StaticFileResponseCompressionAttribute(string filePattern, bool? compress)

Parameters

filePattern string
compress bool?

Fields

Compress

public bool? Compress

Field Value

bool?

FilePattern

public string FilePattern

Field Value

string