Table of Contents

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

fileName string

The filename

Returns

string

The content type