Hi,
I have a property
public virtual XhtmlString FooterCopyRightText { get; set; }
Through CMS, editor will add the text with year in this. While rendering this property on View, I want to display the current year on it dynamically.
How to do it?
Hi,
I have a property
public virtual XhtmlString FooterCopyRightText { get; set; }
Through CMS, editor will add the text with year in this. While rendering this property on View, I want to display the current year on it dynamically.
How to do it?