次の方法で共有


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

適用対象