C# 클래스 WebMarkupMin.AspNetCore1.Internal.WebMarkupMinServicesHelper

Helper class which contains WebMarkupMinServices related helpers
파일 보기 프로젝트 열기: Taritsyn/WebMarkupMin

공개 메소드들

메소드 설명
ThrowIfWebMarkupMinNotRegistered ( IServiceProvider services ) : void

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

메소드 상세

ThrowIfWebMarkupMinNotRegistered() 공개 정적인 메소드

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