C# Class WebMarkupMin.AspNetCore1.Internal.WebMarkupMinServicesHelper

Helper class which contains WebMarkupMinServices related helpers
ファイルを表示 Open project: Taritsyn/WebMarkupMin

Public Methods

Method Description
ThrowIfWebMarkupMinNotRegistered ( IServiceProvider services ) : void

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

Method Details

ThrowIfWebMarkupMinNotRegistered() public static method

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