Share via


KernelContent.MimeType Property

Definition

MIME type of the content.

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

Property Value

Attributes

Applies to