コード例 #1
0
 public SwaggerUiFileProvider(string root, SwaggerUiOptions swaggerUiOptions)
 {
     _fileProvider     = new PhysicalFileProvider(root);
     _swaggerUiOptions = swaggerUiOptions;
 }
コード例 #2
0
ファイル: SwaggerUiIndexFileInfo.cs プロジェクト: whyleee/RDB
 public SwaggerUiIndexFileInfo(string filePath, SwaggerUiOptions swaggerUiOptions)
 {
     _filePath         = filePath;
     _swaggerUiOptions = swaggerUiOptions;
 }