add Open graph tag

webdesign

New member
Joined
Jul 5, 2012
Messages
232
Points
0
It depends on your website's structure thus you need to find suitable files for editting.
for example:
if you're using webforms. In a master page register the control:
Code:
<%@ Register src="~/Controls/Header.ascx" tagname="Header" tagprefix="ficu" %>
<%@ Register src="~/Controls/Footer.ascx" tagname="Footer" tagprefix="ficu" %>
And in the master page's body:
Code:
<ficu:Header ID="ficuHeader" runat="server" />
<ficu:Footer ID="ficuFooter" runat="server" />
or you can read references here for ways and create, include files in asp.net
 
Older threads
Latest threads
Replies
1
Views
73
Replies
0
Views
91
Replies
0
Views
153
Replies
3
Views
381
Recommended threads

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top