File Details
| Downloads: |
59 |
File Size: |
2.1kB |
| Posted By: |
eralper |
Views: |
270 |
| Date Added: |
27 Jan 2008 |
|
HTMLMetaFilter assembly project class file and app.config file.
Class file HTMLMetaFilter.vb inherits from System.IO.Stream class and is called in the Page_Load event of the Master.ascx user control of the Community Server application.
This class connect to a SQL Server database and reads desired page title and keywords, etc meta tags from a database table, and replaces unwanted or site wide constant title and keywords with those values specific to each page.
App.Config file keeps the database connection string.
This class which is used as a Response.Filter object is used to alter the HTML codes in order to define page titles and keywords for each page that are mainly a SEO (Search Engine Optimization) limitation of the Community Server application.