Hi all,
I want to convert all the link href attribute value into full Path like..
I have link <a href="Default.aspx"></a> that call webpage http://www.xyz.com/folder/Default.aspx
I want to convert them in
<a href="http://www.xyz.com/folder/Default.aspx"></a>
I want this bec'z seach enginee rank page highly if it display full link.
I know this is crazy. but this is requirement and i have to follow.
If u know how to do this then plz tell .. Any new suggestion are also most welcome.
Right now i am thinking to use regular expression to get the href attribute of each link in Page_Render method.
Plz help me..




Reply With Quote