Share via


HttpPostedFileWrapper.ContentType プロパティ

定義

アップロードされたファイルの MIME コンテンツ タイプを取得します。

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

プロパティ値

ファイルの MIME コンテンツ タイプ。

適用対象