The Publishing hyper link field value has some properties that you may want to extract for your use.
Properties like: NavigateUrl, Target, Tooltip, Description, IconUrl
Just pass in the field value name in your list.
LinkFieldValue pvalue = new LinkFieldValue(footerItem["FooterLink"].ToString());
your pvalue will then contain goodies.
QED
Properties like: NavigateUrl, Target, Tooltip, Description, IconUrl
Just pass in the field value name in your list.
LinkFieldValue pvalue = new LinkFieldValue(footerItem["FooterLink"].ToString());
your pvalue will then contain goodies.
QED
Comments