Class MimeContentTypeProvider
Used to look up MIME types given a file path
Inheritance
MimeContentTypeProvider
Inherited Members
Namespace: PoeShared.Services
Assembly: PoeShared.dll
Syntax
public sealed class MimeContentTypeProvider : LazyReactiveObject<MimeContentTypeProvider>, IDisposable, INotifyPropertyChanged
Constructors
Name | Description |
---|---|
MimeContentTypeProvider() |
Methods
Name | Description |
---|---|
GetContentTypeOrDefault(string) | Given a file path, determine the MIME type |
TryGetContentType(string, out ContentType) | Given a file path, determine the MIME type |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)