FileResult(String) Construtor

Definição

Cria uma nova FileResult instância com o fornecido 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)

Parâmetros

contentType
String

O cabeçalho Content-Type da resposta.

Aplica-se a