Table of Contents

Class StaticFileContentTypeAttribute

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

Specify the content-type for a file extension.

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

Constructors

StaticFileContentTypeAttribute(string, string)

public StaticFileContentTypeAttribute(string fileExtension, string contentType)

Parameters

fileExtension string
contentType string

Fields

ContentType

public string ContentType

Field Value

string

FileExtension

public string FileExtension

Field Value

string