StaticFileOptions.ServeUnknownFileTypes Property

Definition

If the file is not a recognized content-type should it be served? Default: false.

public:
 property bool ServeUnknownFileTypes { bool get(); void set(bool value); };
public bool ServeUnknownFileTypes { get; set; }
member this.ServeUnknownFileTypes : bool with get, set
Public Property ServeUnknownFileTypes As Boolean

Property Value

Applies to