Compartir a través de


PhysicalFileResultExecutor.GetFileInfo(String) Método

Definición

Obtiene los metadatos del archivo de una ruta de acceso.

protected:
 virtual Microsoft::AspNetCore::Mvc::Infrastructure::PhysicalFileResultExecutor::FileMetadata ^ GetFileInfo(System::String ^ path);
protected virtual Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor.FileMetadata GetFileInfo (string path);
abstract member GetFileInfo : string -> Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor.FileMetadata
override this.GetFileInfo : string -> Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor.FileMetadata
Protected Overridable Function GetFileInfo (path As String) As PhysicalFileResultExecutor.FileMetadata

Parámetros

path
String

Ruta de acceso al archivo.

Devoluciones

para PhysicalFileResultExecutor.FileMetadata la ruta de acceso.

Se aplica a