C# 클래스 Webpack.AspNetCore.Static.Internal.ManifestStorageService

파일 보기 프로젝트 열기: sergeysolovev/webpack-aspnetcore 1 사용 예제들

공개 메소드들

메소드 설명
GetStorageAsync ( ) : Task
ManifestStorageService ( Webpack.AspNetCore.Static.Internal.StaticContext context, Webpack.AspNetCore.Static.Internal.PhysicalFileManifestReader reader, Webpack.AspNetCore.Static.Internal.ManifestMonitor monitor, ILogger logger ) : Microsoft.Extensions.Logging
Start ( ) : void

메소드 상세

GetStorageAsync() 공개 메소드

public GetStorageAsync ( ) : Task
리턴 Task

ManifestStorageService() 공개 메소드

public ManifestStorageService ( Webpack.AspNetCore.Static.Internal.StaticContext context, Webpack.AspNetCore.Static.Internal.PhysicalFileManifestReader reader, Webpack.AspNetCore.Static.Internal.ManifestMonitor monitor, ILogger logger ) : Microsoft.Extensions.Logging
context Webpack.AspNetCore.Static.Internal.StaticContext
reader Webpack.AspNetCore.Static.Internal.PhysicalFileManifestReader
monitor Webpack.AspNetCore.Static.Internal.ManifestMonitor
logger ILogger
리턴 Microsoft.Extensions.Logging

Start() 공개 메소드

public Start ( ) : void
리턴 void