BinaryData.FromFile Method
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.
Overloads
FromFile(String) | |
FromFile(String, String) |
FromFile(String)
- Source:
- BinaryData.cs
public:
static BinaryData ^ FromFile(System::String ^ path);
public static BinaryData FromFile(string path);
static member FromFile : string -> BinaryData
Public Shared Function FromFile (path As String) As BinaryData
Parameters
- path
- String
Returns
Applies to
FromFile(String, String)
- Source:
- BinaryData.cs
public:
static BinaryData ^ FromFile(System::String ^ path, System::String ^ mediaType);
public static BinaryData FromFile(string path, string? mediaType);
static member FromFile : string * string -> BinaryData
Public Shared Function FromFile (path As String, mediaType As String) As BinaryData
Parameters
- path
- String
- mediaType
- String
Returns
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.