UrlCategory
Contents
[
Hide
]UrlCategory class
Represents category for a URL
Constructors
| Name | Description |
|---|---|
| UrlCategory (2 overloads) | Initializes a new instance of the UrlCategory class with ‘Custom’ category. |
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | Determines whether the specified Object is equal to the current Object. |
| get_Blog | Blog URL |
| get_Custom | Custom page URL |
| get_Description | Gets description for the ‘Custom’ category of a URL |
| get_Ftp | Ftp URL |
| get_Home | Contact ’s home-related site. |
| get_HomePage | Home page URL |
| get_Profile | Profile URL |
| get_Value | Gets category of a URL |
| get_Work | Contact ’s work-related site. |
| GetHashCode | GetHashCode returns a hash function for this object. |
| ToString | Returns a string that represents the current object. |
| operator!= | Determines whether the specified objects are not equal. |
| operator== | Determines whether the specified objects are equal. |
| BlogValue | String value for ‘Blog’ category |
| CustomValue | String value for ‘Custom’ category |
| FtpValue | String value for ‘Ftp’ category |
| HomePageValue | String value for ‘HomePage’ category |
| HomeValue | String value for ‘Home’ category |
| ProfileValue | String value for ‘Profile’ category |
| WorkValue | String value for ‘Work’ category |