C# 클래스 Mvc.Client.Extensions.HttpContextExtensions

파일 보기 프로젝트 열기: aspnet-contrib/AspNet.Security.OpenId.Providers

공개 메소드들

메소드 설명
GetExternalProviders ( this context ) : IEnumerable
IsProviderSupported ( this context, string provider ) : bool

메소드 상세

GetExternalProviders() 공개 정적인 메소드

public static GetExternalProviders ( this context ) : IEnumerable
context this
리턴 IEnumerable

IsProviderSupported() 공개 정적인 메소드

public static IsProviderSupported ( this context, string provider ) : bool
context this
provider string
리턴 bool