FileResult(String) Constructor

Definition

Creates a new FileResult instance with the provided contentType.

protected:
 FileResult(System::String ^ contentType);
protected FileResult (string contentType);
new Microsoft.AspNetCore.Mvc.FileResult : string -> Microsoft.AspNetCore.Mvc.FileResult
Protected Sub New (contentType As String)

Parameters

contentType
String

The Content-Type header of the response.

Applies to