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
FileDownloadName
public string FileDownloadName { get; set; }
Property Value
FileStream
public Stream? FileStream { get; set; }