Guest User

Untitled

a guest
Jan 3rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. [SitecoreField(UrlOptions = SitecoreInfoUrlOptions.AlwaysIncludeServerUrl)]
  2. public Link ThisIsALink { get; set; }
  3.  
  4. Map(x =>
  5. {
  6. x.Field(field => field.ThisIsALink)
  7. .Configuration.UrlOptions = SitecoreInfoUrlOptions.AlwaysIncludeServerUrl;
  8. });
Add Comment
Please, Sign In to add comment