C# Class WebMarkupMin.AspNetCore1.Internal.WebMarkupMinServicesHelper

Helper class which contains WebMarkupMinServices related helpers
Afficher le fichier Open project: Taritsyn/WebMarkupMin

Méthodes publiques

Méthode Description
ThrowIfWebMarkupMinNotRegistered ( IServiceProvider services ) : void

Throws InvalidOperationException when WebMarkupMinMarkerService is not present in the list of services

Method Details

ThrowIfWebMarkupMinNotRegistered() public static méthode

Throws InvalidOperationException when WebMarkupMinMarkerService is not present in the list of services
public static ThrowIfWebMarkupMinNotRegistered ( IServiceProvider services ) : void
services IServiceProvider The list of services
Résultat void