BlobProperties.ContentType Propiedad

Definición

Obtiene o establece el valor content-type almacenado para el blob.

public string ContentType { get; set; }
member this.ContentType : string with get, set
Public Property ContentType As String

Valor de propiedad

Una cadena que contiene el valor content-type del blob.

Comentarios

Si no se establece esta propiedad para el blob, devuelve null.

Se aplica a