PageBase.PhysicalFile Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
PhysicalFile(String, String, String) |
Vrátí soubor určený parametrem |
PhysicalFile(String, String) |
Vrátí soubor určený parametrem |
PhysicalFile(String, String, String)
- Zdroj:
- PageBase.cs
- Zdroj:
- PageBase.cs
- Zdroj:
- PageBase.cs
Vrátí soubor určený parametrem physicalPath
(Status200OK) se zadaným contentType
jako Content-Type a zadaným fileDownloadName
jako navrhovaným názvem souboru.
public:
virtual Microsoft::AspNetCore::Mvc::PhysicalFileResult ^ PhysicalFile(System::String ^ physicalPath, System::String ^ contentType, System::String ^ fileDownloadName);
public virtual Microsoft.AspNetCore.Mvc.PhysicalFileResult PhysicalFile (string physicalPath, string contentType, string fileDownloadName);
public virtual Microsoft.AspNetCore.Mvc.PhysicalFileResult PhysicalFile (string physicalPath, string contentType, string? fileDownloadName);
abstract member PhysicalFile : string * string * string -> Microsoft.AspNetCore.Mvc.PhysicalFileResult
override this.PhysicalFile : string * string * string -> Microsoft.AspNetCore.Mvc.PhysicalFileResult
Public Overridable Function PhysicalFile (physicalPath As String, contentType As String, fileDownloadName As String) As PhysicalFileResult
Parametry
- physicalPath
- String
Fyzická cesta k souboru, který se má vrátit.
- contentType
- String
Typ obsahu souboru.
- fileDownloadName
- String
Navrhovaný název souboru
Návraty
Vytvořený PhysicalFileResult pro odpověď.
Platí pro
PhysicalFile(String, String)
- Zdroj:
- PageBase.cs
- Zdroj:
- PageBase.cs
- Zdroj:
- PageBase.cs
Vrátí soubor určený parametrem physicalPath
(Status200OK) se zadaným contentType
typem obsahu.
public:
virtual Microsoft::AspNetCore::Mvc::PhysicalFileResult ^ PhysicalFile(System::String ^ physicalPath, System::String ^ contentType);
public virtual Microsoft.AspNetCore.Mvc.PhysicalFileResult PhysicalFile (string physicalPath, string contentType);
abstract member PhysicalFile : string * string -> Microsoft.AspNetCore.Mvc.PhysicalFileResult
override this.PhysicalFile : string * string -> Microsoft.AspNetCore.Mvc.PhysicalFileResult
Public Overridable Function PhysicalFile (physicalPath As String, contentType As String) As PhysicalFileResult
Parametry
- physicalPath
- String
Fyzická cesta k souboru, který se má vrátit.
- contentType
- String
Typ obsahu souboru.
Návraty
Vytvořený PhysicalFileResult pro odpověď.