Table of Contents

Interface IFileResult

Namespace
GroupeIsa.Neos.Shared.IO
Assembly
GroupeIsa.Neos.Shared.dll

Represents a IFileResult that when executed will write a file as the response.

public interface IFileResult

Properties

ContentType

Gets the Content-Type header for the response.

string ContentType { get; }

Property Value

string

FileName

Gets the file name.

string? FileName { get; }

Property Value

string