Ejemplo n.º 1
0
 /// <inheritdoc />
 public override ILibraryCatalog GetCatalog()
 {
     return(_catalog ?? (_catalog = new CdnjsCatalog(this, _cacheService, LibraryNamingScheme)));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Gets the <see cref="T:Microsoft.Web.LibraryManager.Contracts.ILibraryCatalog" /> for the <see cref="T:Microsoft.Web.LibraryManager.Contracts.IProvider" />. May be <code>null</code> if no catalog is supported.
 /// </summary>
 /// <returns></returns>
 public ILibraryCatalog GetCatalog()
 {
     return(_catalog ?? (_catalog = new CdnjsCatalog(this)));
 }