获取请求的 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 类型的字符串。