C# 클래스 MiniWeb.Core.MiniWebFileProvider

상속: IFileProvider
파일 보기 프로젝트 열기: IRooc/miniweb-coreclr

공개 메소드들

메소드 설명
GetDirectoryContents ( string subpath ) : IDirectoryContents
GetFileInfo ( string subpath ) : IFileInfo
MiniWebFileProvider ( string embeddedFilePath, ILogger logger = null ) : System
Watch ( string filter ) : IChangeToken

메소드 상세

GetDirectoryContents() 공개 메소드

public GetDirectoryContents ( string subpath ) : IDirectoryContents
subpath string
리턴 IDirectoryContents

GetFileInfo() 공개 메소드

public GetFileInfo ( string subpath ) : IFileInfo
subpath string
리턴 IFileInfo

MiniWebFileProvider() 공개 메소드

public MiniWebFileProvider ( string embeddedFilePath, ILogger logger = null ) : System
embeddedFilePath string
logger ILogger
리턴 System

Watch() 공개 메소드

public Watch ( string filter ) : IChangeToken
filter string
리턴 IChangeToken