C# 클래스 MyTested.AspNetCore.Mvc.ServiceCollectionOptionsExtensions

Contains options extension methods for IServiceCollection.
파일 보기 프로젝트 열기: ivaylokenov/MyTested.AspNetCore.Mvc

공개 메소드들

메소드 설명
ReplaceOptions ( this serviceCollection ) : IServiceCollection

Replaces the default IOptions{TOptions} with a scoped implementation.

메소드 상세

ReplaceOptions() 공개 정적인 메소드

Replaces the default IOptions{TOptions} with a scoped implementation.
public static ReplaceOptions ( this serviceCollection ) : IServiceCollection
serviceCollection this Instance of type.
리턴 IServiceCollection