Table of Contents

Interface IFileContentResult

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

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

public interface IFileContentResult : IFileResult
Inherited Members

Properties

FileContents

Gets the file contents.

byte[] FileContents { get; }

Property Value

byte[]