共用方式為


MimeTypeAttribute.MimeType 屬性

取得要求的 MIME 類型。

命名空間:  System.Data.Services
組件:  Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)

語法

'宣告
Public ReadOnly Property MimeType As String
    Get
'用途
Dim instance As MimeTypeAttribute
Dim value As String

value = instance.MimeType
public string MimeType { get; }
public:
property String^ MimeType {
    String^ get ();
}
member MimeType : string
function get MimeType () : String

屬性值

型別:System.String
包含 MIME 類型的字串。

請參閱

參考

MimeTypeAttribute 類別

System.Data.Services 命名空間