HttpPostedFileBase.ContentType Propiedad

Definición

Si se reemplaza en una clase derivada, obtiene el tipo de contenido MIME de un archivo cargado.

public:
 virtual property System::String ^ ContentType { System::String ^ get(); };
public virtual string ContentType { get; }
member this.ContentType : string
Public Overridable ReadOnly Property ContentType As String

Valor de propiedad

Tipo de contenido MIME del archivo.

Excepciones

Se aplica a