HostedFileDownloadStream.MediaType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the media type (MIME type) of the file content.
public:
virtual property System::String ^ MediaType { System::String ^ get(); };
public virtual string? MediaType { get; }
member this.MediaType : string
Public Overridable ReadOnly Property MediaType As String
Property Value
Remarks
Returns null if the media type is not known.