C# Class ShoelaceMVC.Extensions

Afficher le fichier Open project: RyannosaurusRex/Shoelace-MVC

Méthodes publiques

Méthode Description
GetDomain ( this routeData ) : string
GetSubdomain ( this routeData ) : string
GetTenantId ( this routeData ) : int

Gets the tenantId based on the domain.

Method Details

GetDomain() public static méthode

public static GetDomain ( this routeData ) : string
routeData this
Résultat string

GetSubdomain() public static méthode

public static GetSubdomain ( this routeData ) : string
routeData this
Résultat string

GetTenantId() public static méthode

Gets the tenantId based on the domain.
public static GetTenantId ( this routeData ) : int
routeData this
Résultat int