Interface IGetsContentType
- Namespace
- CSF.Screenplay.Reporting
- Assembly
- CSF.Screenplay.dll
An object which can get the MIME type for a given filename.
public interface IGetsContentType
Methods
GetContentType(string)
Gets the content type (aka MIME type) for a specified filename.
string GetContentType(string fileName)
Parameters
fileNamestringThe filename
Returns
- string
The content type