Class FileResult NamespaceDynamicweb.CoreUI.Data AssemblyDynamicweb.CoreUI.dll public class FileResult Inheritance object FileResult Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() 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