Exemplo n.º 1
0
 private void ThrowIfNotValidContentType(string contentType)
 {
     if (!ContentTypes.IsAvailable(contentType))
     {
         throw new InvalidOperationException($"Unknown sitemap content type {contentType}");
     }
 }