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

属性值

String

文件的 MIME 内容类型。

适用于