HttpRequest.HasFormContentType 属性

定义

检查窗体类型的 Content-Type 标头。

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

属性值

如果 Content-Type 标头表示表单内容类型,则为 true;否则为 false。

适用于