Class UrlHelpers
Inherited Members
Namespace: Volo.Abp.Http
Assembly: Volo.Abp.Core.dll
Syntax
public static class UrlHelpers
Methods
IsSubdomainOf(string, string)
Declaration
public static bool IsSubdomainOf(string subdomain, string domain)
Parameters
Type | Name | Description |
---|---|---|
string | subdomain | |
string | domain |
Returns
Type | Description |
---|---|
bool |
IsSubdomainOf(Uri, Uri)
Declaration
public static bool IsSubdomainOf(Uri subdomain, Uri domain)
Parameters
Type | Name | Description |
---|---|---|
Uri | subdomain | |
Uri | domain |
Returns
Type | Description |
---|---|
bool |