Freigeben über


FileExtensionContentTypeProvider.TryGetContentType(String, String) Methode

Definition

Ermittelt anhand eines angegebenen Dateipfads den MIME-Typ.

public:
 virtual bool TryGetContentType(System::String ^ subpath, [Runtime::InteropServices::Out] System::String ^ % contentType);
public bool TryGetContentType (string subpath, out string contentType);
abstract member TryGetContentType : string * string -> bool
override this.TryGetContentType : string * string -> bool
Public Function TryGetContentType (subpath As String, ByRef contentType As String) As Boolean

Parameter

subpath
String

Ein Dateipfad.

contentType
String

Der sich ergebende MIME-Typ.

Gibt zurück

true, wenn der MIME-Typ ermittelt werden konnte.

Implementiert

Gilt für: