Class StaticFileHeaderAttribute
Specify custom headers to be used for static files.
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true, Inherited = false)]
public class StaticFileHeaderAttribute : Attribute
- Inheritance
-
objectAttributeStaticFileHeaderAttribute
Constructors
StaticFileHeaderAttribute(string, string, string)
public StaticFileHeaderAttribute(string filePattern, string key, string value)
Parameters
Fields
FilePattern
public string FilePattern
Field Value
Key
public string Key
Field Value
Value
public string Value