Share via


StaticFileOptions.ContentTypeProvider Property

 

Used to map files to content-types.

Namespace:   Microsoft.Owin.StaticFiles
Assembly:  Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)

Syntax

public IContentTypeProvider ContentTypeProvider { get; set; }
public:
property IContentTypeProvider^ ContentTypeProvider {
    IContentTypeProvider^ get();
    void set(IContentTypeProvider^ value);
}
member ContentTypeProvider : IContentTypeProvider with get, set
Public Property ContentTypeProvider As IContentTypeProvider

Property Value

Type: Microsoft.Owin.StaticFiles.ContentTypes.IContentTypeProvider

Returns IContentTypeProvider.

See Also

StaticFileOptions Class
Microsoft.Owin.StaticFiles Namespace

Return to top