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。

適用於