HttpRequest.HasFormContentType Property

Definition

Checks the Content-Type header for form types.

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

Property Value

true if the Content-Type header represents a form content type; otherwise, false.

Applies to