FileResult 构造函数

定义

重载

FileResult(String)

public FileResult(string fullPath);

参数

fullPath
System.String

适用于

FileResult(FileBase)

public FileResult(Xamarin.Essentials.FileBase file);

参数

file
FileBase

适用于

FileResult(String, String)

public FileResult(string fullPath, string contentType);

参数

fullPath
System.String
contentType
System.String

适用于