C# 클래스 JavaScriptEngineSwitcher.Extensions.MsDependencyInjection.JsEngineSwitcherServiceCollectionExtensions

Extension methods for adding the JS engine switcher in an IServiceCollection
파일 보기 프로젝트 열기: Taritsyn/JavaScriptEngineSwitcher

공개 메소드들

메소드 설명
AddJsEngineSwitcher ( this services ) : JsEngineFactoryCollection

Adds a JS engine switcher to IServiceCollection

AddJsEngineSwitcher ( this services, Action configure ) : JsEngineFactoryCollection

Adds a JS engine switcher to IServiceCollection

메소드 상세

AddJsEngineSwitcher() 공개 정적인 메소드

Adds a JS engine switcher to IServiceCollection
public static AddJsEngineSwitcher ( this services ) : JsEngineFactoryCollection
services this The services available in the application
리턴 JsEngineFactoryCollection

AddJsEngineSwitcher() 공개 정적인 메소드

Adds a JS engine switcher to IServiceCollection
public static AddJsEngineSwitcher ( this services, Action configure ) : JsEngineFactoryCollection
services this The services available in the application
configure Action The which need to be configured
리턴 JsEngineFactoryCollection