1 2 3 4 5 6 7 8 | DEFINE MODEL: [UIHint(UIHint.Image)]
[Display(Name = "MainLogo",
Description = "Main Sites Logo",
GroupName = SystemTabNames.Content)]
public virtual ContentReference MainLogo { get; set; }
GET: var urlHelper = ServiceLocator.Current.GetInstance<UrlHelper>(); var friendlyUrl = urlHelper.ContentUrl(Model.CurrentBlock.MainLogo); |
No comments:
Post a Comment