IResponseMimeType Property |
Gets or sets the mime type to associate with the content.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string MimeType { get; set; }
Property MimeType As String
Get
Set
property String^ MimeType {
String^ get ();
void set (String^ value);
}
abstract MimeType : string with get, set
Property Value
Type:
StringSee Also