As per requirement Base on some condition reading XML file which will give HTML from one tag
eg. <ReturnLINK><a href="...">XYZ</a></ReturnLINK> created custom MVC DNN module to implement this.
Now able to fetch link as mentioned above & able to display on view. but not able to save this link need to save this link so user can able to see one he will visit on page or site.
Is there any way that DNN can save it ?
Can I store it in DNN database to crating new table is it good approch?