FileResult Class

Definition

public ref class FileResult : Microsoft::Maui::Storage::FileBase
public class FileResult : Microsoft.Maui.Storage.FileBase
type FileResult = class
    inherit FileBase
Public Class FileResult
Inherits FileBase
Inheritance
FileResult

Constructors

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

Properties

ContentType

Gets or sets the file's content type as a MIME type (eg: image/png).

(Inherited from FileBase)
FileName (Inherited from FileBase)
FullPath

Gets the full path and filename.

(Inherited from FileBase)

Methods

OpenReadAsync() (Inherited from FileBase)

Applies to