I in my article body content I have files embded as so:
<# FileID='4494' Link='' LinkText='' Resize='185' CssClass='' #>
At run time I need to replace these with the actual file its self (be it a image or link to a file)
How would you go about getting the properties of the string in to a class?
<# FileID='4494' Link='' LinkText='' Resize='185' CssClass='' #>
At run time I need to replace these with the actual file its self (be it a image or link to a file)
How would you go about getting the properties of the string in to a class?