Share via


HttpRequest.HasFormContentType Proprietà

Definizione

Controlla l'intestazione Content-Type per i tipi di modulo.

public:
 abstract property bool HasFormContentType { bool get(); };
public abstract bool HasFormContentType { get; }
member this.HasFormContentType : bool
Public MustOverride ReadOnly Property HasFormContentType As Boolean

Valore della proprietà

true se l'intestazione Content-Type rappresenta un tipo di contenuto del modulo; in caso contrario, false.

Si applica a