Share via


BinaryContent.Uri Property

Definition

Gets the referenced Uri of the content.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
public Uri? Uri { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
member this.Uri : Uri with get, set
Public Property Uri As Uri

Property Value

Uri
Attributes

Applies to