Table of Contents

Class FileResult

Namespace
Dynamicweb.CoreUI.Data
Assembly
Dynamicweb.CoreUI.dll
public class FileResult
Inheritance
FileResult
Inherited Members

Properties

ContentType

public string ContentType { get; set; }

Property Value

string

FileDownloadName

public string FileDownloadName { get; set; }

Property Value

string

FileStream

public Stream? FileStream { get; set; }

Property Value

Stream
To top