Back to Devexpress

StorageStrategy.GetResourceData(String) Method

aspnet-devexpress-dot-web-dot-storagestrategy-dot-getresourcedata-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

StorageStrategy.GetResourceData(String) Method

Returns binary data related to the specified resource key.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual BinaryStorageData GetResourceData(
    string key
)
vb
Public Overridable Function GetResourceData(
    key As String
) As BinaryStorageData

Parameters

NameTypeDescription
keyString

A String value that specifies the key related to the required binary data.

|

Returns

TypeDescription
BinaryStorageData

A BinaryStorageData object that contains the binary data.

|

See Also

StorageStrategy Class

StorageStrategy Members

DevExpress.Web Namespace