C# 클래스 ShoelaceMVC.Extensions

파일 보기 프로젝트 열기: RyannosaurusRex/Shoelace-MVC

공개 메소드들

메소드 설명
GetDomain ( this routeData ) : string
GetSubdomain ( this routeData ) : string
GetTenantId ( this routeData ) : int

Gets the tenantId based on the domain.

메소드 상세

GetDomain() 공개 정적인 메소드

public static GetDomain ( this routeData ) : string
routeData this
리턴 string

GetSubdomain() 공개 정적인 메소드

public static GetSubdomain ( this routeData ) : string
routeData this
리턴 string

GetTenantId() 공개 정적인 메소드

Gets the tenantId based on the domain.
public static GetTenantId ( this routeData ) : int
routeData this
리턴 int