BinaryContent.Content Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use Data instead
The binary content.
[System.Obsolete("Use Data instead")]
[System.Text.Json.Serialization.JsonIgnore]
public ReadOnlyMemory<byte>? Content { get; }
[<System.Obsolete("Use Data instead")>]
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Content : Nullable<ReadOnlyMemory<byte>>
Public ReadOnly Property Content As Nullable(Of ReadOnlyMemory(Of Byte))
Property Value
- Attributes