I have this property:
public virtual Url Link { get; set; }
I want it to have an option in CMS to be able to open in new window,
How can I do it?
Please help
I have this property:
public virtual Url Link { get; set; }
I want it to have an option in CMS to be able to open in new window,
How can I do it?
Please help