Image.Alt Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("alt")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public string? Alt { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("alt")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.Alt : string with get, set
Public Property Alt As String

Property Value

Attributes

Applies to