Table of Contents

Class StaticFileCacheControlAttribute

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 StaticFileCacheControlAttribute : Attribute
Inheritance
object
Attribute
StaticFileCacheControlAttribute

Constructors

StaticFileCacheControlAttribute(string, string)

public StaticFileCacheControlAttribute(string filePattern, string cacheControl)

Parameters

filePattern string
cacheControl string

Fields

CacheControl

public string CacheControl

Field Value

string

FilePattern

public string FilePattern

Field Value

string