Show / Hide Table of Contents

Class UrlHelpers

Inheritance
object
UrlHelpers
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Powered by ABP.IO Platform