Share via


BinaryContent.CanRead Property

Definition

Indicates whether the content contains binary data in either Data or DataUri properties.

[System.Text.Json.Serialization.JsonIgnore]
public bool CanRead { get; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.CanRead : bool
Public ReadOnly Property CanRead As Boolean

Property Value

True if the content has binary data, false otherwise.

Attributes

Applies to