Skip to main content
Tab

BinaryStorageData.Content Property

Gets the binary resource file’s content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual byte[] Content { get; }

#Property Value

Type Description
Byte[]

An array of Byte objects that represents the resource’s binary content.

See Also