Class FileContentTypeManager
Inheritance
FileContentTypeManager
Assembly: DotNetNuke.dll
Syntax
public class FileContentTypeManager : ComponentBase<IFileContentTypeManager, FileContentTypeManager>, IFileContentTypeManager
Constructors
FileContentTypeManager()
Declaration
public FileContentTypeManager()
Properties
ContentTypes
Declaration
public virtual IDictionary<string, string> ContentTypes { get; }
Property Value
Methods
GetContentType(string)
Declaration
public virtual string GetContentType(string extension)
Parameters
Type |
Name |
Description |
string |
extension |
|
Returns
Implements
Extension Methods