Data

ExternalResourceLoadingArgs.Data property

Gets or sets the user data.

public byte[] Data { get; set; }

Property Value

The byte array with the user content of the external resource. If set, loading is skipped and these data are used.

See Also