UrlCategory

UrlCategory class

Represents category for a URL

Constructors

NameDescription
UrlCategory (2 overloads)Initializes a new instance of the UrlCategory class with ‘Custom’ category.

Methods

NameDescription
Equals (2 overloads)Determines whether the specified Object is equal to the current Object.
get_BlogBlog URL
get_CustomCustom page URL
get_DescriptionGets description for the ‘Custom’ category of a URL
get_FtpFtp URL
get_HomeContact ’s home-related site.
get_HomePageHome page URL
get_ProfileProfile URL
get_ValueGets category of a URL
get_WorkContact ’s work-related site.
GetHashCodeGetHashCode returns a hash function for this object.
ToStringReturns a string that represents the current object.
operator!=Determines whether the specified objects are not equal.
operator==Determines whether the specified objects are equal.
BlogValueString value for ‘Blog’ category
CustomValueString value for ‘Custom’ category
FtpValueString value for ‘Ftp’ category
HomePageValueString value for ‘HomePage’ category
HomeValueString value for ‘Home’ category
ProfileValueString value for ‘Profile’ category
WorkValueString value for ‘Work’ category