C# Class IsraelHiking.API.Controllers.FileExplorerController

Inheritance: ApiController
ファイルを表示 Open project: IsraelHikingMap/Site Class Usage Examples

Public Methods

Method Description
FileExplorerController ( IFileSystemHelper fileSystemHelper ) : System
GetListingPage ( string path ) : HttpResponseMessage

Private Methods

Method Description
ConvertListingToReponse ( FileExplorerViewModel fileExplorerViewModel ) : HttpResponseMessage
FileExplorerController ( ) : System
GetBaseUri ( string path ) : string
GetListingPhysicalPath ( string path ) : string

Method Details

FileExplorerController() public method

public FileExplorerController ( IFileSystemHelper fileSystemHelper ) : System
fileSystemHelper IFileSystemHelper
return System

GetListingPage() public method

public GetListingPage ( string path ) : HttpResponseMessage
path string
return System.Net.Http.HttpResponseMessage