My item template has a field for a General Link and is representing by the following class:
[SitecoreType]
public class MenuLink
{
[SitecoreField(FieldName = "Link")]
public virtual Link Link { get; set; }
}
Now my link field contains external and internal links (links pointing to other items). Is it possible to configure Glass Mapper that the Url Property of the Link contains the absolute url (like AlwaysIncludeServerUrl=true)? And also that is used the site resolving (SiteResolving=true)?
Basically I would like to give the Link property an UrlOptions configuration.
I'm using Sitecore 7.1 with Glass.Mapper.Sc 3.1.2.18.