C# 클래스 cloudscribe.Core.IdentityServerIntegration.EndpointExtensions

파일 보기 프로젝트 열기: joeaudette/cloudscribe

공개 메소드들

메소드 설명
EnsureLeadingSlash ( this url ) : string
EnsureTrailingSlash ( this url ) : string
IsEndpointEnabled ( this options, EndpointName endpointName ) : bool

메소드 상세

EnsureLeadingSlash() 공개 정적인 메소드

public static EnsureLeadingSlash ( this url ) : string
url this
리턴 string

EnsureTrailingSlash() 공개 정적인 메소드

public static EnsureTrailingSlash ( this url ) : string
url this
리턴 string

IsEndpointEnabled() 공개 정적인 메소드

public static IsEndpointEnabled ( this options, EndpointName endpointName ) : bool
options this
endpointName EndpointName
리턴 bool