URLConnection.ContentType Proprietà

Definizione

Restituisce il valore del campo dell'intestazione content-type .

public virtual string? ContentType { [Android.Runtime.Register("getContentType", "()Ljava/lang/String;", "GetGetContentTypeHandler")] get; }
[<get: Android.Runtime.Register("getContentType", "()Ljava/lang/String;", "GetGetContentTypeHandler")>]
member this.ContentType : string

Valore della proprietà

tipo di contenuto della risorsa a cui fa riferimento l'URL o null se non noto.

Attributi

Commenti

Restituisce il valore del campo dell'intestazione content-type .

per java.net.URLConnection.getContentType().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a