CloneWithMediaType(string) Method
Clones the current content provider with a new media type.

Syntax

public IContentProvider CloneWithMediaType(string mediaType)

Parameters

Name Type Description
mediaType string The new media type.

Return Value

Type Description
IContentProvider A clone of the current content provider.