Freigeben über


FileResult Konstruktoren

Definition

Überlädt

FileResult(String)
FileResult(FileBase)
FileResult(String, String)

FileResult(String)

public FileResult (string fullPath);

Parameter

fullPath
System.String

Gilt für:

FileResult(FileBase)

public FileResult (Xamarin.Essentials.FileBase file);

Parameter

file
FileBase

Gilt für:

FileResult(String, String)

public FileResult (string fullPath, string contentType);

Parameter

fullPath
System.String
contentType
System.String

Gilt für: