Group
Show / Hide Table of Contents

Class WebAddress

A web address (URL, twitter handle, etc)

Inheritance
System.Object
WebAddress
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.Resume.ContactInfo
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class WebAddress

Properties

| Improve this Doc View Source

Address

The URL or username

Declaration
public string Address { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

The type of address. One of:
PersonalWebsite
LinkedIn
Twitter
GitHub
Facebook
Skype
WhatsApp
StackOverflow
Instagram
Reddit
Signal
Quora
ICQ
WeChat
QQ
Telegraph
Telegram
MeWe
Parler
Gab
Unknown

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾