Пример #1
0
 public GiphyTagHelper(GiphyTagHelperConfiguration config)
 {
     _config = config;
 }
 public static void AddGiphyTagHelper (this IServiceCollection services, GiphyTagHelperConfiguration config)
 {
     services.AddSingleton(_ => config);
 }
Пример #3
0
 public GiphyTagHelper(GiphyTagHelperConfiguration config)
 {
     _config = config;
 }
 public static void AddGiphyTagHelper(this IServiceCollection services, GiphyTagHelperConfiguration config)
 {
     services.AddSingleton(_ => config);
 }